Html Css Color HEX #220C00 Seal Brown

📋 copy color: '#220C00'

red 34 ◦ green 12 ◦ blue 0

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

Shades of Seal Brown #220C00

Tints of Seal Brown #220C00

RGB

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

 GREEN value IS 12 (5.08% from 255) = 26.09%

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

R = 73.91%
G = 26.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#220C00 (or 0x220C00) is known color: Seal Brown. HEX triplet: 22, 0C and 00. RGB value is (34,12,0). Sum of RGB (Red+Green+Blue) = 34+12+0=46 (6% of max value = 765). Red value is 34 (13.67% from 255 or 73.91% from 46); Green value is 12 (5.08% from 255 or 26.09% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 34 - color contains mainly: red. Hex color #220C00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220C00 is #DDF3FF. Grayscale: #111111. Windows color (decimal): -14545920 or 3106. OLE color: 3106.

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

Color convert

RGB 34 12 0 -
CMYK 0 0.65 1 0.87
HSL 21.18º 1% 0.07% -
HSV(B) 21.18º 1% 0.13% -
XYZ 0.79 0.6 0.07 -
YUV 17.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 34 12 0 0 0.65 1 0.87 21.18 1 0.07
Hex 22 C 0 0 41 64 57 15 64 7
Octal 42 14 0 0 101 144 127 25 144 7
Binary 100010 1100 0 0 1000001 1100100 1010111 10101 1100100 111

Color Harmonies of #220C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220C00

Black with #220C00

Text Example


Text Example

White with #220C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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