Html Css Color HEX #221008 Seal Brown

📋 copy color: '#221008'

red 34 ◦ green 16 ◦ blue 8

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

Shades of Seal Brown #221008

Tints of Seal Brown #221008

RGB

 RED value IS 34 (13.67% from 255) = 58.62%

 GREEN value IS 16 (6.64% from 255) = 27.59%

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

R = 58.62%
G = 27.59%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.87

RGB Variations

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

Color information

#221008 (or 0x221008) is known color: Seal Brown. HEX triplet: 22, 10 and 08. RGB value is (34,16,8). Sum of RGB (Red+Green+Blue) = 34+16+8=58 (7% of max value = 765). Red value is 34 (13.67% from 255 or 58.62% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 8 (3.52% from 255 or 13.79% from 58); Max value from RGB is 34 - color contains mainly: red. Hex color #221008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221008 is #DDEFF7. Grayscale: #141414. Windows color (decimal): -14544888 or 528418. OLE color: 528418.

HSL color Cylindrical-coordinate representation of color #221008: hue angle of 18.46º degrees, saturation: 0.62, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #221008 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 16 8 -
CMYK 0 0.53 0.76 0.87
HSL 18.46º 0.62% 0.08% -
HSV(B) 18.46º 0.76% 0.13% -
XYZ 0.89 0.73 0.32 -
YUV 20.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 34 16 8 0 0.53 0.76 0.87 18.46 0.62 0.08
Hex 22 10 8 0 35 4C 57 12 3E 8
Octal 42 20 10 0 65 114 127 22 76 10
Binary 100010 10000 1000 0 110101 1001100 1010111 10010 111110 1000

Color Harmonies of #221008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221008

Black with #221008

Text Example


Text Example

White with #221008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221008; }

 p { color: rgb(34,16,8); }

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

background-color css

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

 a { background-color: rgb(34,16,8); }

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

border-color css

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

 span { border-color: rgb(34,16,8); }

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