Html Css Color HEX #28120C Seal Brown

📋 copy color: '#28120C'

red 40 ◦ green 18 ◦ blue 12

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

Shades of Seal Brown #28120C

Tints of Seal Brown #28120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 25.71%

 BLUE value IS 12 (5.08% from 255) = 17.14%

R = 57.14%
G = 25.71%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.84

RGB Variations

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

Color information

#28120C (or 0x28120C) is known color: Seal Brown. HEX triplet: 28, 12 and 0C. RGB value is (40,18,12). Sum of RGB (Red+Green+Blue) = 40+18+12=70 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.14% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 40 - color contains mainly: red. Hex color #28120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28120C is #D7EDF3. Grayscale: #171717. Windows color (decimal): -14151156 or 791080. OLE color: 791080.

HSL color Cylindrical-coordinate representation of color #28120C: hue angle of 12.86º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28120C is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 18 12 -
CMYK 0 0.55 0.70 0.84
HSL 12.86º 0.54% 0.1% -
HSV(B) 12.86º 0.7% 0.16% -
XYZ 1.16 0.91 0.46 -
YUV 23.89 121.29 139.49 -
System Red Green Blue C M Y K H S L
Decimal 40 18 12 0 0.55 0.70 0.84 12.86 0.54 0.1
Hex 28 12 C 0 37 46 54 D 36 A
Octal 50 22 14 0 67 106 124 15 66 12
Binary 101000 10010 1100 0 110111 1000110 1010100 1101 110110 1010

Color Harmonies of #28120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28120C

Black with #28120C

Text Example


Text Example

White with #28120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28120C; }

 p { color: rgb(40,18,12); }

 H1.HeaderClassName
 {
   color: #28120C;
 }
 .AnyTagClassName
 {
   color: #28120C;
 }
</style>

background-color css

<style>
 a { background-color: #28120C; }

 a { background-color: rgb(40,18,12); }

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

border-color css

<style>
 span { border-color: #28120C; }

 span { border-color: rgb(40,18,12); }

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