#301703

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

Shades of Cocoa Brown #301703

Tints of Cocoa Brown #301703

Color information

#301703 (or 0x301703) is unknown color: approx Cocoa Brown. HEX triplet: 30, 17 and 03. RGB value is (48,23,3). Sum of RGB (Red+Green+Blue) = 48+23+3=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 3 (1.56% from 255 or 4.05% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #301703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301703 is #CFE8FC. Grayscale: #1C1C1C. Windows color (decimal): -13625597 or 202544. OLE color: 202544.

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

Color convert

RGB48233-
CMYK00.520.940.81
HSL26.67º88.24%10%-
HSV(B)26.67º93.75%18.82%-
XYZ1.541.250.25-
YUV28.2113.78142.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 64.86%
GREEN value IS 23 (9.38% from 255) = 31.08%
BLUE value IS 3 (1.56% from 255) = 4.05%
R=64.86%
G=31.08%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4823300.520.940.8126.6788.2410
Hex301730345E511b58a
Octal602730641361213313012
Binary11000010111110110100101111010100011101110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301703; }

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

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

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

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

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

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

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

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