#301705

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

Shades of Cocoa Brown #301705

Tints of Cocoa Brown #301705

Color information

#301705 (or 0x301705) is unknown color: approx Cocoa Brown. HEX triplet: 30, 17 and 05. RGB value is (48,23,5). Sum of RGB (Red+Green+Blue) = 48+23+5=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 23 (9.38% from 255 or 30.26% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #301705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301705 is #CFE8FA. Grayscale: #1C1C1C. Windows color (decimal): -13625595 or 333616. OLE color: 333616.

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

Color convert

RGB48235-
CMYK00.520.900.81
HSL25.12º81.13%10.39%-
HSV(B)25.12º89.58%18.82%-
XYZ1.551.250.3-
YUV28.42114.78141.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 63.16%
GREEN value IS 23 (9.38% from 255) = 30.26%
BLUE value IS 5 (2.34% from 255) = 6.58%
R=63.16%
G=30.26%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4823500.520.900.8125.1281.1310.39
Hex301750345A511951a
Octal602750641321213112112
Binary110000101111010110100101101010100011100110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301705; }

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

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

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

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

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

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

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

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