Html Css Color HEX #40120D Seal Brown

📋 copy color: '#40120D'

red 64 ◦ green 18 ◦ blue 13

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

Shades of Seal Brown #40120D

Tints of Seal Brown #40120D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.68%

R = 67.37%
G = 18.95%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#40120D (or 0x40120D) is known color: Seal Brown. HEX triplet: 40, 12 and 0D. RGB value is (64,18,13). Sum of RGB (Red+Green+Blue) = 64+18+13=95 (12% of max value = 765). Red value is 64 (25.39% from 255 or 67.37% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 64 - color contains mainly: red. Hex color #40120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40120D is #BFEDF2. Grayscale: #1F1F1F. Windows color (decimal): -12578291 or 856640. OLE color: 856640.

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

Color convert

RGB 64 18 13 -
CMYK 0 0.72 0.80 0.75
HSL 5.88º 0.66% 0.15% -
HSV(B) 5.88º 0.8% 0.25% -
XYZ 2.4 1.55 0.55 -
YUV 31.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 64 18 13 0 0.72 0.80 0.75 5.88 0.66 0.15
Hex 40 12 D 0 48 50 4B 6 42 F
Octal 100 22 15 0 110 120 113 6 102 17
Binary 1000000 10010 1101 0 1001000 1010000 1001011 110 1000010 1111

Color Harmonies of #40120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40120D

Black with #40120D

Text Example


Text Example

White with #40120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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