Html Css Color HEX #420A00 Seal Brown

📋 copy color: '#420A00'

red 66 ◦ green 10 ◦ blue 0

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

Shades of Seal Brown #420A00

Tints of Seal Brown #420A00

RGB

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

 GREEN value IS 10 (4.3% from 255) = 13.16%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.84%
G = 13.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#420A00 (or 0x420A00) is known color: Seal Brown. HEX triplet: 42, 0A and 00. RGB value is (66,10,0). Sum of RGB (Red+Green+Blue) = 66+10+0=76 (10% of max value = 765). Red value is 66 (26.17% from 255 or 86.84% from 76); Green value is 10 (4.30% from 255 or 13.16% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 66 - color contains mainly: red. Hex color #420A00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420A00 is #BDF5FF. Grayscale: #191919. Windows color (decimal): -12449280 or 2626. OLE color: 2626.

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

Color convert

RGB 66 10 0 -
CMYK 0 0.85 1 0.74
HSL 9.09º 1% 0.13% -
HSV(B) 9.09º 1% 0.26% -
XYZ 2.36 1.38 0.14 -
YUV 25.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 66 10 0 0 0.85 1 0.74 9.09 1 0.13
Hex 42 A 0 0 55 64 4A 9 64 D
Octal 102 12 0 0 125 144 112 11 144 15
Binary 1000010 1010 0 0 1010101 1100100 1001010 1001 1100100 1101

Color Harmonies of #420A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420A00

Black with #420A00

Text Example


Text Example

White with #420A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,10,0); }

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

background-color css

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

 a { background-color: rgb(66,10,0); }

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

border-color css

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

 span { border-color: rgb(66,10,0); }

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