Html Css Color HEX #220F0B Seal Brown

📋 copy color: '#220F0B'

red 34 ◦ green 15 ◦ blue 11

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

Shades of Seal Brown #220F0B

Tints of Seal Brown #220F0B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 25%

 BLUE value IS 11 (4.69% from 255) = 18.33%

R = 56.67%
G = 25%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.87

RGB Variations

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

Color information

#220F0B (or 0x220F0B) is known color: Seal Brown. HEX triplet: 22, 0F and 0B. RGB value is (34,15,11). Sum of RGB (Red+Green+Blue) = 34+15+11=60 (7% of max value = 765). Red value is 34 (13.67% from 255 or 56.67% from 60); Green value is 15 (6.25% from 255 or 25% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 34 - color contains mainly: red. Hex color #220F0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220F0B is #DDF0F4. Grayscale: #141414. Windows color (decimal): -14545141 or 724770. OLE color: 724770.

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

Color convert

RGB 34 15 11 -
CMYK 0 0.56 0.68 0.87
HSL 10.43º 0.51% 0.09% -
HSV(B) 10.43º 0.68% 0.13% -
XYZ 0.89 0.71 0.41 -
YUV 20.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 34 15 11 0 0.56 0.68 0.87 10.43 0.51 0.09
Hex 22 F B 0 38 44 57 A 33 9
Octal 42 17 13 0 70 104 127 12 63 11
Binary 100010 1111 1011 0 111000 1000100 1010111 1010 110011 1001

Color Harmonies of #220F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220F0B

Black with #220F0B

Text Example


Text Example

White with #220F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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