#302415

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

Shades of Cocoa Brown #302415

Tints of Cocoa Brown #302415

Color information

#302415 (or 0x302415) is unknown color: approx Cocoa Brown. HEX triplet: 30, 24 and 15. RGB value is (48,36,21). Sum of RGB (Red+Green+Blue) = 48+36+21=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #302415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302415 is #CFDBEA. Grayscale: #252525. Windows color (decimal): -13622251 or 1385520. OLE color: 1385520.

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

Color convert

RGB483621-
CMYK00.250.560.81
HSL33.33º39.13%13.53%-
HSV(B)33.33º56.25%18.82%-
XYZ1.991.940.98-
YUV37.88118.48135.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 45.71%
GREEN value IS 36 (14.45% from 255) = 34.29%
BLUE value IS 21 (8.59% from 255) = 20%
R=45.71%
G=34.29%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48362100.250.560.8133.3339.1313.53
Hex30241501938512127e
Octal60442503170121414716
Binary1100001001001010101100111100010100011000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302415; }

 p { color: rgb(48,36,21); }

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

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

 a { background-color: rgb(48,36,21); }

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

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

 span { border-color: rgb(48,36,21); }

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