#301D07

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

Shades of Cocoa Brown #301D07

Tints of Cocoa Brown #301D07

Color information

#301D07 (or 0x301D07) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1D and 07. RGB value is (48,29,7). Sum of RGB (Red+Green+Blue) = 48+29+7=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 7 (3.12% from 255 or 8.33% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #301D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D07 is #CFE2F8. Grayscale: #202020. Windows color (decimal): -13624057 or 466224. OLE color: 466224.

HSL color Cylindrical-coordinate representation of color #301D07: hue angle of 32.2º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301D07 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.81.

Color convert

RGB48297-
CMYK00.400.850.81
HSL32.2º74.55%10.78%-
HSV(B)32.2º85.42%18.82%-
XYZ1.71.520.41-
YUV32.17113.79139.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.14%
GREEN value IS 29 (11.72% from 255) = 34.52%
BLUE value IS 7 (3.12% from 255) = 8.33%
R=57.14%
G=34.52%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4829700.400.850.8132.274.5510.78
Hex301D70285551204bb
Octal603570501251214011313
Binary1100001110111101010001010101101000110000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,29,7); }

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

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

 a { background-color: rgb(48,29,7); }

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

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

 span { border-color: rgb(48,29,7); }

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