Html Css Color HEX #40120F Seal Brown

📋 copy color: '#40120F'

red 64 ◦ green 18 ◦ blue 15

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

Shades of Seal Brown #40120F

Tints of Seal Brown #40120F

RGB

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

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

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

R = 65.98%
G = 18.56%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#40120F (or 0x40120F) is known color: Seal Brown. HEX triplet: 40, 12 and 0F. RGB value is (64,18,15). Sum of RGB (Red+Green+Blue) = 64+18+15=97 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.98% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 64 - color contains mainly: red. Hex color #40120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40120F is #BFEDF0. Grayscale: #1F1F1F. Windows color (decimal): -12578289 or 987712. OLE color: 987712.

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

Color convert

RGB 64 18 15 -
CMYK 0 0.72 0.77 0.75
HSL 3.67º 0.62% 0.15% -
HSV(B) 3.67º 0.77% 0.25% -
XYZ 2.42 1.56 0.63 -
YUV 31.41 118.74 151.24 -
System Red Green Blue C M Y K H S L
Decimal 64 18 15 0 0.72 0.77 0.75 3.67 0.62 0.15
Hex 40 12 F 0 48 4D 4B 4 3E F
Octal 100 22 17 0 110 115 113 4 76 17
Binary 1000000 10010 1111 0 1001000 1001101 1001011 100 111110 1111

Color Harmonies of #40120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40120F

Black with #40120F

Text Example


Text Example

White with #40120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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