Html Css Color HEX #42110C Seal Brown

📋 copy color: '#42110C'

red 66 ◦ green 17 ◦ blue 12

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

Shades of Seal Brown #42110C

Tints of Seal Brown #42110C

RGB

 RED value IS 66 (26.17% from 255) = 69.47%

 GREEN value IS 17 (7.03% from 255) = 17.89%

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

R = 69.47%
G = 17.89%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.74

RGB Variations

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

Color information

#42110C (or 0x42110C) is known color: Seal Brown. HEX triplet: 42, 11 and 0C. RGB value is (66,17,12). Sum of RGB (Red+Green+Blue) = 66+17+12=95 (12% of max value = 765). Red value is 66 (26.17% from 255 or 69.47% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 66 - color contains mainly: red. Hex color #42110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42110C is #BDEEF3. Grayscale: #1F1F1F. Windows color (decimal): -12447476 or 790850. OLE color: 790850.

HSL color Cylindrical-coordinate representation of color #42110C: hue angle of 5.56º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42110C is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 17 12 -
CMYK 0 0.74 0.82 0.74
HSL 5.56º 0.69% 0.15% -
HSV(B) 5.56º 0.82% 0.26% -
XYZ 2.51 1.59 0.52 -
YUV 31.08 117.23 152.91 -
System Red Green Blue C M Y K H S L
Decimal 66 17 12 0 0.74 0.82 0.74 5.56 0.69 0.15
Hex 42 11 C 0 4A 52 4A 6 45 F
Octal 102 21 14 0 112 122 112 6 105 17
Binary 1000010 10001 1100 0 1001010 1010010 1001010 110 1000101 1111

Color Harmonies of #42110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42110C

Black with #42110C

Text Example


Text Example

White with #42110C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,17,12); }

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

background-color css

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

 a { background-color: rgb(66,17,12); }

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

border-color css

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

 span { border-color: rgb(66,17,12); }

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