Html Css Color HEX #421308 Seal Brown

📋 copy color: '#421308'

red 66 ◦ green 19 ◦ blue 8

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

Shades of Seal Brown #421308

Tints of Seal Brown #421308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.43%

 BLUE value IS 8 (3.52% from 255) = 8.6%

R = 70.97%
G = 20.43%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.74

RGB Variations

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

Color information

#421308 (or 0x421308) is known color: Seal Brown. HEX triplet: 42, 13 and 08. RGB value is (66,19,8). Sum of RGB (Red+Green+Blue) = 66+19+8=93 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.97% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 66 - color contains mainly: red. Hex color #421308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421308 is #BDECF7. Grayscale: #1F1F1F. Windows color (decimal): -12446968 or 529218. OLE color: 529218.

HSL color Cylindrical-coordinate representation of color #421308: hue angle of 11.38º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421308 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 19 8 -
CMYK 0 0.71 0.88 0.74
HSL 11.38º 0.78% 0.15% -
HSV(B) 11.38º 0.88% 0.26% -
XYZ 2.52 1.64 0.41 -
YUV 31.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 66 19 8 0 0.71 0.88 0.74 11.38 0.78 0.15
Hex 42 13 8 0 47 58 4A B 4E F
Octal 102 23 10 0 107 130 112 13 116 17
Binary 1000010 10011 1000 0 1000111 1011000 1001010 1011 1001110 1111

Color Harmonies of #421308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421308

Black with #421308

Text Example


Text Example

White with #421308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421308; }

 p { color: rgb(66,19,8); }

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

background-color css

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

 a { background-color: rgb(66,19,8); }

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

border-color css

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

 span { border-color: rgb(66,19,8); }

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