Html Css Color HEX #420F05 Seal Brown

📋 copy color: '#420F05'

red 66 ◦ green 15 ◦ blue 5

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

Shades of Seal Brown #420F05

Tints of Seal Brown #420F05

RGB

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

 GREEN value IS 15 (6.25% from 255) = 17.44%

 BLUE value IS 5 (2.34% from 255) = 5.81%

R = 76.74%
G = 17.44%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.74

RGB Variations

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

Color information

#420F05 (or 0x420F05) is known color: Seal Brown. HEX triplet: 42, 0F and 05. RGB value is (66,15,5). Sum of RGB (Red+Green+Blue) = 66+15+5=86 (11% of max value = 765). Red value is 66 (26.17% from 255 or 76.74% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 5 (2.34% from 255 or 5.81% from 86); Max value from RGB is 66 - color contains mainly: red. Hex color #420F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420F05 is #BDF0FA. Grayscale: #1D1D1D. Windows color (decimal): -12447995 or 331586. OLE color: 331586.

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

Color convert

RGB 66 15 5 -
CMYK 0 0.77 0.92 0.74
HSL 9.84º 0.86% 0.14% -
HSV(B) 9.84º 0.92% 0.26% -
XYZ 2.44 1.51 0.31 -
YUV 29.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 66 15 5 0 0.77 0.92 0.74 9.84 0.86 0.14
Hex 42 F 5 0 4D 5C 4A A 56 E
Octal 102 17 5 0 115 134 112 12 126 16
Binary 1000010 1111 101 0 1001101 1011100 1001010 1010 1010110 1110

Color Harmonies of #420F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420F05

Black with #420F05

Text Example


Text Example

White with #420F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,15,5); }

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

background-color css

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

 a { background-color: rgb(66,15,5); }

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

border-color css

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

 span { border-color: rgb(66,15,5); }

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