Html Css Color HEX #42120B Seal Brown

📋 copy color: '#42120B'

red 66 ◦ green 18 ◦ blue 11

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

Shades of Seal Brown #42120B

Tints of Seal Brown #42120B

RGB

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

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

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

R = 69.47%
G = 18.95%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.74

RGB Variations

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

Color information

#42120B (or 0x42120B) is known color: Seal Brown. HEX triplet: 42, 12 and 0B. RGB value is (66,18,11). Sum of RGB (Red+Green+Blue) = 66+18+11=95 (12% of max value = 765). Red value is 66 (26.17% from 255 or 69.47% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 66 - color contains mainly: red. Hex color #42120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42120B is #BDEDF4. Grayscale: #1F1F1F. Windows color (decimal): -12447221 or 725570. OLE color: 725570.

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

Color convert

RGB 66 18 11 -
CMYK 0 0.73 0.83 0.74
HSL 7.64º 0.71% 0.15% -
HSV(B) 7.64º 0.83% 0.26% -
XYZ 2.52 1.62 0.5 -
YUV 31.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 66 18 11 0 0.73 0.83 0.74 7.64 0.71 0.15
Hex 42 12 B 0 49 53 4A 8 47 F
Octal 102 22 13 0 111 123 112 10 107 17
Binary 1000010 10010 1011 0 1001001 1010011 1001010 1000 1000111 1111

Color Harmonies of #42120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42120B

Black with #42120B

Text Example


Text Example

White with #42120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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