Html Css Color HEX #220B00 Seal Brown

📋 copy color: '#220B00'

red 34 ◦ green 11 ◦ blue 0

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

Shades of Seal Brown #220B00

Tints of Seal Brown #220B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.56%
G = 24.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#220B00 (or 0x220B00) is known color: Seal Brown. HEX triplet: 22, 0B and 00. RGB value is (34,11,0). Sum of RGB (Red+Green+Blue) = 34+11+0=45 (5% of max value = 765). Red value is 34 (13.67% from 255 or 75.56% from 45); Green value is 11 (4.69% from 255 or 24.44% from 45); Blue value is 0 (0.39% from 255 or 0% from 45); Max value from RGB is 34 - color contains mainly: red. Hex color #220B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220B00 is #DDF4FF. Grayscale: #101010. Windows color (decimal): -14546176 or 2850. OLE color: 2850.

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

Color convert

RGB 34 11 0 -
CMYK 0 0.68 1 0.87
HSL 19.41º 1% 0.07% -
HSV(B) 19.41º 1% 0.13% -
XYZ 0.78 0.58 0.07 -
YUV 16.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 34 11 0 0 0.68 1 0.87 19.41 1 0.07
Hex 22 B 0 0 44 64 57 13 64 7
Octal 42 13 0 0 104 144 127 23 144 7
Binary 100010 1011 0 0 1000100 1100100 1010111 10011 1100100 111

Color Harmonies of #220B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220B00

Black with #220B00

Text Example


Text Example

White with #220B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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