#301F07

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

Shades of Cocoa Brown #301F07

Tints of Cocoa Brown #301F07

Color information

#301F07 (or 0x301F07) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1F and 07. RGB value is (48,31,7). Sum of RGB (Red+Green+Blue) = 48+31+7=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 7 (3.12% from 255 or 8.14% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #301F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F07 is #CFE0F8. Grayscale: #212121. Windows color (decimal): -13623545 or 466736. OLE color: 466736.

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

Color convert

RGB48317-
CMYK00.350.850.81
HSL35.12º74.55%10.78%-
HSV(B)35.12º85.42%18.82%-
XYZ1.751.620.42-
YUV33.35113.13138.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.81%
GREEN value IS 31 (12.5% from 255) = 36.05%
BLUE value IS 7 (3.12% from 255) = 8.14%
R=55.81%
G=36.05%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4831700.350.850.8135.1274.5510.78
Hex301F70235551234bb
Octal603770431251214311313
Binary1100001111111101000111010101101000110001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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