#301500

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

Shades of Cocoa Brown #301500

Tints of Cocoa Brown #301500

Color information

#301500 (or 0x301500) is unknown color: approx Cocoa Brown. HEX triplet: 30, 15 and 00. RGB value is (48,21,0). Sum of RGB (Red+Green+Blue) = 48+21+0=69 (9% of max value = 765). Red value is 48 (19.14% from 255 or 69.57% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 48 - color contains mainly: red. Hex color #301500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301500 is #CFEAFF. Grayscale: #1A1A1A. Windows color (decimal): -13626112 or 5424. OLE color: 5424.

HSL color Cylindrical-coordinate representation of color #301500: hue angle of 26.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #301500 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB48210-
CMYK00.5610.81
HSL26.25º100%9.41%-
HSV(B)26.25º100%18.82%-
XYZ1.491.160.15-
YUV26.68112.95143.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 69.57%
GREEN value IS 21 (8.59% from 255) = 30.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.57%
G=30.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4821000.5610.8126.251009.41
Hex3015003864511a649
Octal602500701441213214411
Binary1100001010100111000110010010100011101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301500; }

 p { color: rgb(48,21,0); }

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

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

 a { background-color: rgb(48,21,0); }

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

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

 span { border-color: rgb(48,21,0); }

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