Html Css Color HEX #40120B Seal Brown

📋 copy color: '#40120B'

red 64 ◦ green 18 ◦ blue 11

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

Shades of Seal Brown #40120B

Tints of Seal Brown #40120B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11.83%

R = 68.82%
G = 19.35%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#40120B (or 0x40120B) is known color: Seal Brown. HEX triplet: 40, 12 and 0B. RGB value is (64,18,11). Sum of RGB (Red+Green+Blue) = 64+18+11=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #40120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40120B is #BFEDF4. Grayscale: #1F1F1F. Windows color (decimal): -12578293 or 725568. OLE color: 725568.

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

Color convert

RGB 64 18 11 -
CMYK 0 0.72 0.83 0.75
HSL 7.92º 0.71% 0.15% -
HSV(B) 7.92º 0.83% 0.25% -
XYZ 2.39 1.55 0.49 -
YUV 30.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 64 18 11 0 0.72 0.83 0.75 7.92 0.71 0.15
Hex 40 12 B 0 48 53 4B 8 47 F
Octal 100 22 13 0 110 123 113 10 107 17
Binary 1000000 10010 1011 0 1001000 1010011 1001011 1000 1000111 1111

Color Harmonies of #40120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40120B

Black with #40120B

Text Example


Text Example

White with #40120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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