Html Css Color HEX #220D00 Seal Brown

📋 copy color: '#220D00'

red 34 ◦ green 13 ◦ blue 0

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

Shades of Seal Brown #220D00

Tints of Seal Brown #220D00

RGB

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

 GREEN value IS 13 (5.47% from 255) = 27.66%

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

R = 72.34%
G = 27.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#220D00 (or 0x220D00) is known color: Seal Brown. HEX triplet: 22, 0D and 00. RGB value is (34,13,0). Sum of RGB (Red+Green+Blue) = 34+13+0=47 (6% of max value = 765). Red value is 34 (13.67% from 255 or 72.34% from 47); Green value is 13 (5.47% from 255 or 27.66% from 47); Blue value is 0 (0.39% from 255 or 0% from 47); Max value from RGB is 34 - color contains mainly: red. Hex color #220D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220D00 is #DDF2FF. Grayscale: #111111. Windows color (decimal): -14545664 or 3362. OLE color: 3362.

HSL color Cylindrical-coordinate representation of color #220D00: hue angle of 22.94º 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 #220D00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 13 0 -
CMYK 0 0.62 1 0.87
HSL 22.94º 1% 0.07% -
HSV(B) 22.94º 1% 0.13% -
XYZ 0.8 0.63 0.08 -
YUV 17.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 34 13 0 0 0.62 1 0.87 22.94 1 0.07
Hex 22 D 0 0 3E 64 57 17 64 7
Octal 42 15 0 0 76 144 127 27 144 7
Binary 100010 1101 0 0 111110 1100100 1010111 10111 1100100 111

Color Harmonies of #220D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220D00

Black with #220D00

Text Example


Text Example

White with #220D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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