#301701

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

Shades of Cocoa Brown #301701

Tints of Cocoa Brown #301701

Color information

#301701 (or 0x301701) is unknown color: approx Cocoa Brown. HEX triplet: 30, 17 and 01. RGB value is (48,23,1). Sum of RGB (Red+Green+Blue) = 48+23+1=72 (9% of max value = 765). Red value is 48 (19.14% from 255 or 66.67% from 72); Green value is 23 (9.38% from 255 or 31.94% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 48 - color contains mainly: red. Hex color #301701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301701 is #CFE8FE. Grayscale: #1C1C1C. Windows color (decimal): -13625599 or 71472. OLE color: 71472.

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

Color convert

RGB48231-
CMYK00.520.980.81
HSL28.09º95.92%9.61%-
HSV(B)28.09º97.92%18.82%-
XYZ1.531.240.19-
YUV27.97112.78142.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 66.67%
GREEN value IS 23 (9.38% from 255) = 31.94%
BLUE value IS 1 (0.78% from 255) = 1.39%
R=66.67%
G=31.94%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4823100.520.980.8128.0995.929.61
Hex3017103462511c60a
Octal602710641421213414012
Binary1100001011110110100110001010100011110011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301701; }

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

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

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

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

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

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

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

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