#301F05

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

Shades of Cocoa Brown #301F05

Tints of Cocoa Brown #301F05

Color information

#301F05 (or 0x301F05) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1F and 05. RGB value is (48,31,5). Sum of RGB (Red+Green+Blue) = 48+31+5=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #301F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F05 is #CFE0FA. Grayscale: #212121. Windows color (decimal): -13623547 or 335664. OLE color: 335664.

HSL color Cylindrical-coordinate representation of color #301F05: hue angle of 36.28º 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 #301F05 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB48315-
CMYK00.350.900.81
HSL36.28º81.13%10.39%-
HSV(B)36.28º89.58%18.82%-
XYZ1.741.620.36-
YUV33.12112.13138.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.14%
GREEN value IS 31 (12.5% from 255) = 36.90%
BLUE value IS 5 (2.34% from 255) = 5.95%
R=57.14%
G=36.90%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4831500.350.900.8136.2881.1310.39
Hex301F50235A512451a
Octal603750431321214412112
Binary1100001111110101000111011010101000110010010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301F05; }

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

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

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

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

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

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

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

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