Html Css Color HEX #420C04 Seal Brown

📋 copy color: '#420C04'

red 66 ◦ green 12 ◦ blue 4

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

Shades of Seal Brown #420C04

Tints of Seal Brown #420C04

RGB

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

 GREEN value IS 12 (5.08% from 255) = 14.63%

 BLUE value IS 4 (1.95% from 255) = 4.88%

R = 80.49%
G = 14.63%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#420C04 (or 0x420C04) is known color: Seal Brown. HEX triplet: 42, 0C and 04. RGB value is (66,12,4). Sum of RGB (Red+Green+Blue) = 66+12+4=82 (10% of max value = 765). Red value is 66 (26.17% from 255 or 80.49% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 66 - color contains mainly: red. Hex color #420C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420C04 is #BDF3FB. Grayscale: #1B1B1B. Windows color (decimal): -12448764 or 265282. OLE color: 265282.

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

Color convert

RGB 66 12 4 -
CMYK 0 0.82 0.94 0.74
HSL 7.74º 0.89% 0.14% -
HSV(B) 7.74º 0.94% 0.26% -
XYZ 2.4 1.43 0.26 -
YUV 27.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 66 12 4 0 0.82 0.94 0.74 7.74 0.89 0.14
Hex 42 C 4 0 52 5E 4A 8 59 E
Octal 102 14 4 0 122 136 112 10 131 16
Binary 1000010 1100 100 0 1010010 1011110 1001010 1000 1011001 1110

Color Harmonies of #420C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420C04

Black with #420C04

Text Example


Text Example

White with #420C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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