Html Css Color HEX #421717 Seal Brown

📋 copy color: '#421717'

red 66 ◦ green 23 ◦ blue 23

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

Shades of Seal Brown #421717

Tints of Seal Brown #421717

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.54%

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

R = 58.93%
G = 20.54%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.74

RGB Variations

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

Color information

#421717 (or 0x421717) is known color: Seal Brown. HEX triplet: 42, 17 and 17. RGB value is (66,23,23). Sum of RGB (Red+Green+Blue) = 66+23+23=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 23 (9.38% from 255 or 20.54% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #421717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421717 is #BDE8E8. Grayscale: #232323. Windows color (decimal): -12445929 or 1513282. OLE color: 1513282.

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

Color convert

RGB 66 23 23 -
CMYK 0 0.65 0.65 0.74
HSL 0.48% 0.17% -
HSV(B) 0.65% 0.26% -
XYZ 2.71 1.83 1.02 -
YUV 35.86 120.75 149.5 -
System Red Green Blue C M Y K H S L
Decimal 66 23 23 0 0.65 0.65 0.74 0 0.48 0.17
Hex 42 17 17 0 41 41 4A 0 30 11
Octal 102 27 27 0 101 101 112 0 60 21
Binary 1000010 10111 10111 0 1000001 1000001 1001010 0 110000 10001

Color Harmonies of #421717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421717

Black with #421717

Text Example


Text Example

White with #421717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421717; }

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

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

background-color css

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

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

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

border-color css

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

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

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