Html Css Color HEX #421917 Seal Brown

📋 copy color: '#421917'

red 66 ◦ green 25 ◦ blue 23

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

Shades of Seal Brown #421917

Tints of Seal Brown #421917

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.93%

 BLUE value IS 23 (9.38% from 255) = 20.18%

R = 57.89%
G = 21.93%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.74

RGB Variations

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

Color information

#421917 (or 0x421917) is known color: Seal Brown. HEX triplet: 42, 19 and 17. RGB value is (66,25,23). Sum of RGB (Red+Green+Blue) = 66+25+23=114 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.89% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 66 - color contains mainly: red. Hex color #421917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421917 is #BDE6E8. Grayscale: #252525. Windows color (decimal): -12445417 or 1513794. OLE color: 1513794.

HSL color Cylindrical-coordinate representation of color #421917: hue angle of 2.79º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #421917 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 25 23 -
CMYK 0 0.62 0.65 0.74
HSL 2.79º 0.48% 0.17% -
HSV(B) 2.79º 0.65% 0.26% -
XYZ 2.75 1.92 1.04 -
YUV 37.03 120.08 148.66 -
System Red Green Blue C M Y K H S L
Decimal 66 25 23 0 0.62 0.65 0.74 2.79 0.48 0.17
Hex 42 19 17 0 3E 41 4A 3 30 11
Octal 102 31 27 0 76 101 112 3 60 21
Binary 1000010 11001 10111 0 111110 1000001 1001010 11 110000 10001

Color Harmonies of #421917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421917

Black with #421917

Text Example


Text Example

White with #421917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421917; }

 p { color: rgb(66,25,23); }

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

background-color css

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

 a { background-color: rgb(66,25,23); }

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

border-color css

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

 span { border-color: rgb(66,25,23); }

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