#302313

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

Shades of Cocoa Brown #302313

Tints of Cocoa Brown #302313

Color information

#302313 (or 0x302313) is unknown color: approx Cocoa Brown. HEX triplet: 30, 23 and 13. RGB value is (48,35,19). Sum of RGB (Red+Green+Blue) = 48+35+19=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #302313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302313 is #CFDCEC. Grayscale: #252525. Windows color (decimal): -13622509 or 1254192. OLE color: 1254192.

HSL color Cylindrical-coordinate representation of color #302313: hue angle of 33.1º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #302313 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB483519-
CMYK00.270.600.81
HSL33.1º43.28%13.14%-
HSV(B)33.1º60.42%18.82%-
XYZ1.941.880.88-
YUV37.06117.81135.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.06%
GREEN value IS 35 (14.06% from 255) = 34.31%
BLUE value IS 19 (7.81% from 255) = 18.63%
R=47.06%
G=34.31%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48351900.270.600.8133.143.2813.14
Hex30231301B3C51212bd
Octal60432303374121415315
Binary1100001000111001101101111110010100011000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302313; }

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

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

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

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

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

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

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

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