#22170C

Color #22170C Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #22170C

Tints of Cocoa Brown #22170C

Color information

#22170C (or 0x22170C) is unknown color: approx Cocoa Brown. HEX triplet: 22, 17 and 0C. RGB value is (34,23,12). Sum of RGB (Red+Green+Blue) = 34+23+12=69 (9% of max value = 765). Red value is 34 (13.67% from 255 or 49.28% from 69); Green value is 23 (9.38% from 255 or 33.33% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 34 - color contains mainly: red. Hex color #22170C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #22170C is #DDE8F3. Grayscale: #191919. Windows color (decimal): -14543092 or 792354. OLE color: 792354.

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

Color convert

RGB342312-
CMYK00.320.650.87
HSL30º47.83%9.02%-
HSV(B)30º64.71%13.33%-
XYZ1.030.980.48-
YUV25.04120.64134.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 49.28%
GREEN value IS 23 (9.38% from 255) = 33.33%
BLUE value IS 12 (5.08% from 255) = 17.39%
R=49.28%
G=33.33%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34231200.320.650.873047.839.02
Hex2217C02041571e309
Octal422714040101127366011
Binary100010101111100010000010000011010111111101100001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22170C; }

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

 H1.HeaderClassName
 {
   color: #22170C;
 }
 .AnyTagClassName
 {
   color: #22170C;
 }
</style>
background-color css

<style>
 a { background-color: #22170C; }

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

 div.DivClassName
 {
   background-color: #22170C;
 }
 .BgClassName
 {
   background-color: #22170C;
 }
</style>
border-color css

<style>
 span { border-color: #22170C; }

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

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