#301C07

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

Shades of Cocoa Brown #301C07

Tints of Cocoa Brown #301C07

Color information

#301C07 (or 0x301C07) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1C and 07. RGB value is (48,28,7). Sum of RGB (Red+Green+Blue) = 48+28+7=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 28 (11.33% from 255 or 33.73% from 83); Blue value is 7 (3.12% from 255 or 8.43% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #301C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C07 is #CFE3F8. Grayscale: #1F1F1F. Windows color (decimal): -13624313 or 465968. OLE color: 465968.

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

Color convert

RGB48287-
CMYK00.420.850.81
HSL30.73º74.55%10.78%-
HSV(B)30.73º85.42%18.82%-
XYZ1.671.470.4-
YUV31.59114.13139.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.83%
GREEN value IS 28 (11.33% from 255) = 33.73%
BLUE value IS 7 (3.12% from 255) = 8.43%
R=57.83%
G=33.73%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.85
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4828700.420.850.8130.7374.5510.78
Hex301C702A55511f4bb
Octal603470521251213711313
Binary110000111001110101010101010110100011111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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