#302311

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

Shades of Cocoa Brown #302311

Tints of Cocoa Brown #302311

Color information

#302311 (or 0x302311) is unknown color: approx Cocoa Brown. HEX triplet: 30, 23 and 11. RGB value is (48,35,17). Sum of RGB (Red+Green+Blue) = 48+35+17=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #302311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302311 is #CFDCEE. Grayscale: #242424. Windows color (decimal): -13622511 or 1123120. OLE color: 1123120.

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

Color convert

RGB483517-
CMYK00.270.650.81
HSL34.84º47.69%12.75%-
HSV(B)34.84º64.58%18.82%-
XYZ1.921.870.79-
YUV36.84116.81135.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48%
GREEN value IS 35 (14.06% from 255) = 35%
BLUE value IS 17 (7.03% from 255) = 17%
R=48%
G=35%
B=17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48351700.270.650.8134.8447.6912.75
Hex30231101B41512330d
Octal604321033101121436015
Binary11000010001110001011011100000110100011000111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302311; }

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

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

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

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

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

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

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

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