#30220D

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

Shades of Cocoa Brown #30220D

Tints of Cocoa Brown #30220D

Color information

#30220D (or 0x30220D) is unknown color: approx Cocoa Brown. HEX triplet: 30, 22 and 0D. RGB value is (48,34,13). Sum of RGB (Red+Green+Blue) = 48+34+13=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #30220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30220D is #CFDDF2. Grayscale: #232323. Windows color (decimal): -13622771 or 860720. OLE color: 860720.

HSL color Cylindrical-coordinate representation of color #30220D: hue angle of 36º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30220D is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB483413-
CMYK00.290.730.81
HSL36º57.38%11.96%-
HSV(B)36º72.92%18.82%-
XYZ1.861.80.63-
YUV35.79115.14136.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50.53%
GREEN value IS 34 (13.67% from 255) = 35.79%
BLUE value IS 13 (5.47% from 255) = 13.68%
R=50.53%
G=35.79%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48341300.290.730.813657.3811.96
Hex3022D01D49512439c
Octal604215035111121447114
Binary1100001000101101011101100100110100011001001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30220D; }

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

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

<style>
 a { background-color: #30220D; }

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

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

<style>
 span { border-color: #30220D; }

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

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