#302114

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

Shades of Cocoa Brown #302114

Tints of Cocoa Brown #302114

Color information

#302114 (or 0x302114) is unknown color: approx Cocoa Brown. HEX triplet: 30, 21 and 14. RGB value is (48,33,20). Sum of RGB (Red+Green+Blue) = 48+33+20=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #302114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302114 is #CFDEEB. Grayscale: #242424. Windows color (decimal): -13623020 or 1319216. OLE color: 1319216.

HSL color Cylindrical-coordinate representation of color #302114: hue angle of 27.86º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #302114 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB483320-
CMYK00.310.580.81
HSL27.86º41.18%13.33%-
HSV(B)27.86º58.33%18.82%-
XYZ1.891.770.9-
YUV36118.97136.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.52%
GREEN value IS 33 (13.28% from 255) = 32.67%
BLUE value IS 20 (8.20% from 255) = 19.80%
R=47.52%
G=32.67%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48332000.310.580.8127.8641.1813.33
Hex30211401F3A511c29d
Octal60412403772121345115
Binary110000100001101000111111110101010001111001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302114; }

 p { color: rgb(48,33,20); }

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

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

 a { background-color: rgb(48,33,20); }

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

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

 span { border-color: rgb(48,33,20); }

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