#301A0A

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

Shades of Cocoa Brown #301A0A

Tints of Cocoa Brown #301A0A

Color information

#301A0A (or 0x301A0A) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1A and 0A. RGB value is (48,26,10). Sum of RGB (Red+Green+Blue) = 48+26+10=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #301A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A0A is #CFE5F5. Grayscale: #1E1E1E. Windows color (decimal): -13624822 or 662064. OLE color: 662064.

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

Color convert

RGB482610-
CMYK00.460.790.81
HSL25.26º65.52%11.37%-
HSV(B)25.26º79.17%18.82%-
XYZ1.641.390.47-
YUV30.75116.29140.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.14%
GREEN value IS 26 (10.55% from 255) = 30.95%
BLUE value IS 10 (4.30% from 255) = 11.90%
R=57.14%
G=30.95%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48261000.460.790.8125.2665.5211.37
Hex301AA02E4F511942b
Octal6032120561171213110213
Binary1100001101010100101110100111110100011100110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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