Html Css Color HEX #420B06 Seal Brown

📋 copy color: '#420B06'

red 66 ◦ green 11 ◦ blue 6

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

Shades of Seal Brown #420B06

Tints of Seal Brown #420B06

RGB

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

 GREEN value IS 11 (4.69% from 255) = 13.25%

 BLUE value IS 6 (2.73% from 255) = 7.23%

R = 79.52%
G = 13.25%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.74

RGB Variations

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

Color information

#420B06 (or 0x420B06) is known color: Seal Brown. HEX triplet: 42, 0B and 06. RGB value is (66,11,6). Sum of RGB (Red+Green+Blue) = 66+11+6=83 (10% of max value = 765). Red value is 66 (26.17% from 255 or 79.52% from 83); Green value is 11 (4.69% from 255 or 13.25% from 83); Blue value is 6 (2.73% from 255 or 7.23% from 83); Max value from RGB is 66 - color contains mainly: red. Hex color #420B06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420B06 is #BDF4F9. Grayscale: #1A1A1A. Windows color (decimal): -12449018 or 396098. OLE color: 396098.

HSL color Cylindrical-coordinate representation of color #420B06: hue angle of 5º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420B06 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 11 6 -
CMYK 0 0.83 0.91 0.74
HSL 0.83% 0.14% -
HSV(B) 0.91% 0.26% -
XYZ 2.4 1.41 0.32 -
YUV 26.88 116.22 155.91 -
System Red Green Blue C M Y K H S L
Decimal 66 11 6 0 0.83 0.91 0.74 5 0.83 0.14
Hex 42 B 6 0 53 5B 4A 5 53 E
Octal 102 13 6 0 123 133 112 5 123 16
Binary 1000010 1011 110 0 1010011 1011011 1001010 101 1010011 1110

Color Harmonies of #420B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420B06

Black with #420B06

Text Example


Text Example

White with #420B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420B06; }

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

 H1.HeaderClassName
 {
   color: #420B06;
 }
 .AnyTagClassName
 {
   color: #420B06;
 }
</style>

background-color css

<style>
 a { background-color: #420B06; }

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

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

border-color css

<style>
 span { border-color: #420B06; }

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

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