#302822

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

Shades of Cocoa Brown #302822

Tints of Cocoa Brown #302822

Color information

#302822 (or 0x302822) is unknown color: approx Cocoa Brown. HEX triplet: 30, 28 and 22. RGB value is (48,40,34). Sum of RGB (Red+Green+Blue) = 48+40+34=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 48 - color contains mainly: red. Hex color #302822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302822 is #CFD7DD. Grayscale: #292929. Windows color (decimal): -13621214 or 2238512. OLE color: 2238512.

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

Color convert

RGB484034-
CMYK00.170.290.81
HSL25.71º17.07%16.08%-
HSV(B)25.71º29.17%18.82%-
XYZ2.272.261.83-
YUV41.71123.65132.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 39.34%
GREEN value IS 40 (16.02% from 255) = 32.79%
BLUE value IS 34 (13.67% from 255) = 27.87%
R=39.34%
G=32.79%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48403400.170.290.8125.7117.0716.08
Hex3028220111D511a1110
Octal60504202135121322120
Binary110000101000100010010001111011010001110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302822; }

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

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

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

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

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

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

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

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