#301A0C

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

Shades of Cocoa Brown #301A0C

Tints of Cocoa Brown #301A0C

Color information

#301A0C (or 0x301A0C) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1A and 0C. RGB value is (48,26,12). Sum of RGB (Red+Green+Blue) = 48+26+12=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 12 (5.08% from 255 or 13.95% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #301A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A0C is #CFE5F3. Grayscale: #1F1F1F. Windows color (decimal): -13624820 or 793136. OLE color: 793136.

HSL color Cylindrical-coordinate representation of color #301A0C: hue angle of 23.33º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #301A0C is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB482612-
CMYK00.460.750.81
HSL23.33º60%11.76%-
HSV(B)23.33º75%18.82%-
XYZ1.651.390.53-
YUV30.98117.29140.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.81%
GREEN value IS 26 (10.55% from 255) = 30.23%
BLUE value IS 12 (5.08% from 255) = 13.95%
R=55.81%
G=30.23%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48261200.460.750.8123.336011.76
Hex301AC02E4B51173cc
Octal603214056113121277414
Binary110000110101100010111010010111010001101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,26,12); }

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

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

 a { background-color: rgb(48,26,12); }

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

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

 span { border-color: rgb(48,26,12); }

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