Html Css Color HEX #420C07 Seal Brown

📋 copy color: '#420C07'

red 66 ◦ green 12 ◦ blue 7

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

Shades of Seal Brown #420C07

Tints of Seal Brown #420C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 8.24%

R = 77.65%
G = 14.12%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.74

RGB Variations

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

Color information

#420C07 (or 0x420C07) is known color: Seal Brown. HEX triplet: 42, 0C and 07. RGB value is (66,12,7). Sum of RGB (Red+Green+Blue) = 66+12+7=85 (11% of max value = 765). Red value is 66 (26.17% from 255 or 77.65% from 85); Green value is 12 (5.08% from 255 or 14.12% from 85); Blue value is 7 (3.12% from 255 or 8.24% from 85); Max value from RGB is 66 - color contains mainly: red. Hex color #420C07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420C07 is #BDF3F8. Grayscale: #1B1B1B. Windows color (decimal): -12448761 or 461890. OLE color: 461890.

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

Color convert

RGB 66 12 7 -
CMYK 0 0.82 0.89 0.74
HSL 5.08º 0.81% 0.14% -
HSV(B) 5.08º 0.89% 0.26% -
XYZ 2.42 1.44 0.35 -
YUV 27.58 116.39 155.41 -
System Red Green Blue C M Y K H S L
Decimal 66 12 7 0 0.82 0.89 0.74 5.08 0.81 0.14
Hex 42 C 7 0 52 59 4A 5 51 E
Octal 102 14 7 0 122 131 112 5 121 16
Binary 1000010 1100 111 0 1010010 1011001 1001010 101 1010001 1110

Color Harmonies of #420C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420C07

Black with #420C07

Text Example


Text Example

White with #420C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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