Html Css Color HEX #221010 Seal Brown

📋 copy color: '#221010'

red 34 ◦ green 16 ◦ blue 16

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

Shades of Seal Brown #221010

Tints of Seal Brown #221010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 24.24%

R = 51.52%
G = 24.24%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.87

RGB Variations

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

Color information

#221010 (or 0x221010) is known color: Seal Brown. HEX triplet: 22, 10 and 10. RGB value is (34,16,16). Sum of RGB (Red+Green+Blue) = 34+16+16=66 (8% of max value = 765). Red value is 34 (13.67% from 255 or 51.52% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 34 - color contains mainly: red. Hex color #221010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221010 is #DDEFEF. Grayscale: #151515. Windows color (decimal): -14544880 or 1052706. OLE color: 1052706.

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

Color convert

RGB 34 16 16 -
CMYK 0 0.53 0.53 0.87
HSL 0.36% 0.1% -
HSV(B) 0.53% 0.13% -
XYZ 0.94 0.75 0.59 -
YUV 21.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 34 16 16 0 0.53 0.53 0.87 0 0.36 0.1
Hex 22 10 10 0 35 35 57 0 24 A
Octal 42 20 20 0 65 65 127 0 44 12
Binary 100010 10000 10000 0 110101 110101 1010111 0 100100 1010

Color Harmonies of #221010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221010

Black with #221010

Text Example


Text Example

White with #221010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221010; }

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

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

background-color css

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

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

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

border-color css

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

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

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