Html Css Color HEX #40120C Seal Brown

📋 copy color: '#40120C'

red 64 ◦ green 18 ◦ blue 12

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

Shades of Seal Brown #40120C

Tints of Seal Brown #40120C

RGB

 RED value IS 64 (25.39% from 255) = 68.09%

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

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

R = 68.09%
G = 19.15%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#40120C (or 0x40120C) is known color: Seal Brown. HEX triplet: 40, 12 and 0C. RGB value is (64,18,12). Sum of RGB (Red+Green+Blue) = 64+18+12=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #40120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40120C is #BFEDF3. Grayscale: #1F1F1F. Windows color (decimal): -12578292 or 791104. OLE color: 791104.

HSL color Cylindrical-coordinate representation of color #40120C: hue angle of 6.92º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40120C is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 18 12 -
CMYK 0 0.72 0.81 0.75
HSL 6.92º 0.68% 0.15% -
HSV(B) 6.92º 0.81% 0.25% -
XYZ 2.4 1.55 0.52 -
YUV 31.07 117.24 151.49 -
System Red Green Blue C M Y K H S L
Decimal 64 18 12 0 0.72 0.81 0.75 6.92 0.68 0.15
Hex 40 12 C 0 48 51 4B 7 44 F
Octal 100 22 14 0 110 121 113 7 104 17
Binary 1000000 10010 1100 0 1001000 1010001 1001011 111 1000100 1111

Color Harmonies of #40120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40120C

Black with #40120C

Text Example


Text Example

White with #40120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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