Html Css Color HEX #220F0C Seal Brown

📋 copy color: '#220F0C'

red 34 ◦ green 15 ◦ blue 12

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

Shades of Seal Brown #220F0C

Tints of Seal Brown #220F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 19.67%

R = 55.74%
G = 24.59%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.87

RGB Variations

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

Color information

#220F0C (or 0x220F0C) is known color: Seal Brown. HEX triplet: 22, 0F and 0C. RGB value is (34,15,12). Sum of RGB (Red+Green+Blue) = 34+15+12=61 (8% of max value = 765). Red value is 34 (13.67% from 255 or 55.74% from 61); Green value is 15 (6.25% from 255 or 24.59% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 34 - color contains mainly: red. Hex color #220F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220F0C is #DDF0F3. Grayscale: #141414. Windows color (decimal): -14545140 or 790306. OLE color: 790306.

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

Color convert

RGB 34 15 12 -
CMYK 0 0.56 0.65 0.87
HSL 8.18º 0.48% 0.09% -
HSV(B) 8.18º 0.65% 0.13% -
XYZ 0.9 0.71 0.44 -
YUV 20.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 34 15 12 0 0.56 0.65 0.87 8.18 0.48 0.09
Hex 22 F C 0 38 41 57 8 30 9
Octal 42 17 14 0 70 101 127 10 60 11
Binary 100010 1111 1100 0 111000 1000001 1010111 1000 110000 1001

Color Harmonies of #220F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220F0C

Black with #220F0C

Text Example


Text Example

White with #220F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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