#302314

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

Shades of Cocoa Brown #302314

Tints of Cocoa Brown #302314

Color information

#302314 (or 0x302314) is unknown color: approx Cocoa Brown. HEX triplet: 30, 23 and 14. RGB value is (48,35,20). Sum of RGB (Red+Green+Blue) = 48+35+20=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #302314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302314 is #CFDCEB. Grayscale: #252525. Windows color (decimal): -13622508 or 1319728. OLE color: 1319728.

HSL color Cylindrical-coordinate representation of color #302314: hue angle of 32.14º 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 #302314 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB483520-
CMYK00.270.580.81
HSL32.14º41.18%13.33%-
HSV(B)32.14º58.33%18.82%-
XYZ1.951.880.92-
YUV37.18118.31135.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 35 (14.06% from 255) = 33.98%
BLUE value IS 20 (8.20% from 255) = 19.42%
R=46.60%
G=33.98%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48352000.270.580.8132.1441.1813.33
Hex30231401B3A512029d
Octal60432403372121405115
Binary1100001000111010001101111101010100011000001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302314; }

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

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

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

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

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

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

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

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