Html Css Color HEX #28100F Seal Brown

📋 copy color: '#28100F'

red 40 ◦ green 16 ◦ blue 15

#28100F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #28100F

Tints of Seal Brown #28100F

RGB

 RED value IS 40 (16.02% from 255) = 56.34%

 GREEN value IS 16 (6.64% from 255) = 22.54%

 BLUE value IS 15 (6.25% from 255) = 21.13%

R = 56.34%
G = 22.54%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.84

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#28100F (or 0x28100F) is known color: Seal Brown. HEX triplet: 28, 10 and 0F. RGB value is (40,16,15). Sum of RGB (Red+Green+Blue) = 40+16+15=71 (9% of max value = 765). Red value is 40 (16.02% from 255 or 56.34% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 40 - color contains mainly: red. Hex color #28100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28100F is #D7EFF0. Grayscale: #171717. Windows color (decimal): -14151665 or 987176. OLE color: 987176.

HSL color Cylindrical-coordinate representation of color #28100F: hue angle of 2.4º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #28100F is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 16 15 -
CMYK 0 0.60 0.62 0.84
HSL 2.4º 0.45% 0.11% -
HSV(B) 2.4º 0.63% 0.16% -
XYZ 1.15 0.86 0.56 -
YUV 23.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 40 16 15 0 0.60 0.62 0.84 2.4 0.45 0.11
Hex 28 10 F 0 3C 3E 54 2 2D B
Octal 50 20 17 0 74 76 124 2 55 13
Binary 101000 10000 1111 0 111100 111110 1010100 10 101101 1011

Color Harmonies of #28100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28100F

Black with #28100F

Text Example


Text Example

White with #28100F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28100F; }

 p { color: rgb(40,16,15); }

 H1.HeaderClassName
 {
   color: #28100F;
 }
 .AnyTagClassName
 {
   color: #28100F;
 }
</style>

background-color css

<style>
 a { background-color: #28100F; }

 a { background-color: rgb(40,16,15); }

 div.DivClassName
 {
   background-color: #28100F;
 }
 .BgClassName
 {
   background-color: #28100F;
 }
</style>

border-color css

<style>
 span { border-color: #28100F; }

 span { border-color: rgb(40,16,15); }

 td.TdClassName
 {
   border-color: #28100F;
 }
 .TagClassName
 {
   border-color: #28100F;
 }
</style>