Html Css Color HEX #220B0A Seal Brown

📋 copy color: '#220B0A'

red 34 ◦ green 11 ◦ blue 10

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

Shades of Seal Brown #220B0A

Tints of Seal Brown #220B0A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 20%

 BLUE value IS 10 (4.3% from 255) = 18.18%

R = 61.82%
G = 20%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.87

RGB Variations

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

Color information

#220B0A (or 0x220B0A) is known color: Seal Brown. HEX triplet: 22, 0B and 0A. RGB value is (34,11,10). Sum of RGB (Red+Green+Blue) = 34+11+10=55 (7% of max value = 765). Red value is 34 (13.67% from 255 or 61.82% from 55); Green value is 11 (4.69% from 255 or 20% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 34 - color contains mainly: red. Hex color #220B0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220B0A is #DDF4F5. Grayscale: #111111. Windows color (decimal): -14546166 or 658210. OLE color: 658210.

HSL color Cylindrical-coordinate representation of color #220B0A: hue angle of 2.5º degrees, saturation: 0.55, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #220B0A is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 11 10 -
CMYK 0 0.68 0.71 0.87
HSL 2.5º 0.55% 0.09% -
HSV(B) 2.5º 0.71% 0.13% -
XYZ 0.83 0.6 0.36 -
YUV 17.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 34 11 10 0 0.68 0.71 0.87 2.5 0.55 0.09
Hex 22 B A 0 44 47 57 2 37 9
Octal 42 13 12 0 104 107 127 2 67 11
Binary 100010 1011 1010 0 1000100 1000111 1010111 10 110111 1001

Color Harmonies of #220B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220B0A

Black with #220B0A

Text Example


Text Example

White with #220B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220B0A; }

 p { color: rgb(34,11,10); }

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

background-color css

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

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

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

border-color css

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

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

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