#301E0A

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

Shades of Cocoa Brown #301E0A

Tints of Cocoa Brown #301E0A

Color information

#301E0A (or 0x301E0A) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1E and 0A. RGB value is (48,30,10). Sum of RGB (Red+Green+Blue) = 48+30+10=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 30 (12.11% from 255 or 34.09% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #301E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E0A is #CFE1F5. Grayscale: #212121. Windows color (decimal): -13623798 or 663088. OLE color: 663088.

HSL color Cylindrical-coordinate representation of color #301E0A: hue angle of 31.58º 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 #301E0A is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB483010-
CMYK00.370.790.81
HSL31.58º65.52%11.37%-
HSV(B)31.58º79.17%18.82%-
XYZ1.741.580.5-
YUV33.1114.96138.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 54.55%
GREEN value IS 30 (12.11% from 255) = 34.09%
BLUE value IS 10 (4.30% from 255) = 11.36%
R=54.55%
G=34.09%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48301000.370.790.8131.5865.5211.37
Hex301EA0254F512042b
Octal6036120451171214010213
Binary11000011110101001001011001111101000110000010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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