#302217

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

Shades of Cocoa Brown #302217

Tints of Cocoa Brown #302217

Color information

#302217 (or 0x302217) is unknown color: approx Cocoa Brown. HEX triplet: 30, 22 and 17. RGB value is (48,34,23). Sum of RGB (Red+Green+Blue) = 48+34+23=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #302217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302217 is #CFDDE8. Grayscale: #242424. Windows color (decimal): -13622761 or 1516080. OLE color: 1516080.

HSL color Cylindrical-coordinate representation of color #302217: hue angle of 26.4º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #302217 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.81.

Color convert

RGB483423-
CMYK00.290.520.81
HSL26.4º35.21%13.92%-
HSV(B)26.4º52.08%18.82%-
XYZ1.951.831.06-
YUV36.93120.14135.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 34 (13.67% from 255) = 32.38%
BLUE value IS 23 (9.38% from 255) = 21.90%
R=45.71%
G=32.38%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48342300.290.520.8126.435.2113.92
Hex30221701D34511a23e
Octal60422703564121324316
Binary110000100010101110111011101001010001110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302217; }

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

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

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

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

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

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

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

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