#302005

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

Shades of Cocoa Brown #302005

Tints of Cocoa Brown #302005

Color information

#302005 (or 0x302005) is unknown color: approx Cocoa Brown. HEX triplet: 30, 20 and 05. RGB value is (48,32,5). Sum of RGB (Red+Green+Blue) = 48+32+5=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #302005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302005 is #CFDFFA. Grayscale: #212121. Windows color (decimal): -13623291 or 335920. OLE color: 335920.

HSL color Cylindrical-coordinate representation of color #302005: hue angle of 37.67º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #302005 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB48325-
CMYK00.330.900.81
HSL37.67º81.13%10.39%-
HSV(B)37.67º89.58%18.82%-
XYZ1.761.670.37-
YUV33.71111.8138.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 56.47%
GREEN value IS 32 (12.89% from 255) = 37.65%
BLUE value IS 5 (2.34% from 255) = 5.88%
R=56.47%
G=37.65%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4832500.330.900.8137.6781.1310.39
Hex302050215A512651a
Octal604050411321214612112
Binary11000010000010101000011011010101000110011010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302005; }

 p { color: rgb(48,32,5); }

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

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

 a { background-color: rgb(48,32,5); }

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

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

 span { border-color: rgb(48,32,5); }

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