Html Css Color HEX #421817 Seal Brown

📋 copy color: '#421817'

red 66 ◦ green 24 ◦ blue 23

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

Shades of Seal Brown #421817

Tints of Seal Brown #421817

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.24%

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

R = 58.41%
G = 21.24%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.74

RGB Variations

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

Color information

#421817 (or 0x421817) is known color: Seal Brown. HEX triplet: 42, 18 and 17. RGB value is (66,24,23). Sum of RGB (Red+Green+Blue) = 66+24+23=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #421817 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421817 is #BDE7E8. Grayscale: #242424. Windows color (decimal): -12445673 or 1513538. OLE color: 1513538.

HSL color Cylindrical-coordinate representation of color #421817: hue angle of 1.4º 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 #421817 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 24 23 -
CMYK 0 0.64 0.65 0.74
HSL 1.4º 0.48% 0.17% -
HSV(B) 1.4º 0.65% 0.26% -
XYZ 2.73 1.87 1.03 -
YUV 36.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 66 24 23 0 0.64 0.65 0.74 1.4 0.48 0.17
Hex 42 18 17 0 40 41 4A 1 30 11
Octal 102 30 27 0 100 101 112 1 60 21
Binary 1000010 11000 10111 0 1000000 1000001 1001010 1 110000 10001

Color Harmonies of #421817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421817

Black with #421817

Text Example


Text Example

White with #421817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421817; }

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

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

background-color css

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

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

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

border-color css

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

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

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