#301702

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

Shades of Cocoa Brown #301702

Tints of Cocoa Brown #301702

Color information

#301702 (or 0x301702) is unknown color: approx Cocoa Brown. HEX triplet: 30, 17 and 02. RGB value is (48,23,2). Sum of RGB (Red+Green+Blue) = 48+23+2=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 23 (9.38% from 255 or 31.51% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #301702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301702 is #CFE8FD. Grayscale: #1C1C1C. Windows color (decimal): -13625598 or 137008. OLE color: 137008.

HSL color Cylindrical-coordinate representation of color #301702: hue angle of 27.39º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #301702 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB48232-
CMYK00.520.960.81
HSL27.39º92%9.8%-
HSV(B)27.39º95.83%18.82%-
XYZ1.541.250.22-
YUV28.08113.28142.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 65.75%
GREEN value IS 23 (9.38% from 255) = 31.51%
BLUE value IS 2 (1.17% from 255) = 2.74%
R=65.75%
G=31.51%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4823200.520.960.8127.39929.8
Hex3017203460511b5ca
Octal602720641401213313412
Binary11000010111100110100110000010100011101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301702; }

 p { color: rgb(48,23,2); }

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

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

 a { background-color: rgb(48,23,2); }

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

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

 span { border-color: rgb(48,23,2); }

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