#301C08

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

Shades of Cocoa Brown #301C08

Tints of Cocoa Brown #301C08

Color information

#301C08 (or 0x301C08) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1C and 08. RGB value is (48,28,8). Sum of RGB (Red+Green+Blue) = 48+28+8=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 28 (11.33% from 255 or 33.33% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #301C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C08 is #CFE3F7. Grayscale: #1F1F1F. Windows color (decimal): -13624312 or 531504. OLE color: 531504.

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

Color convert

RGB48288-
CMYK00.420.830.81
HSL30º71.43%10.98%-
HSV(B)30º83.33%18.82%-
XYZ1.681.480.43-
YUV31.7114.63139.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.14%
GREEN value IS 28 (11.33% from 255) = 33.33%
BLUE value IS 8 (3.52% from 255) = 9.52%
R=57.14%
G=33.33%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.83
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4828800.420.830.813071.4310.98
Hex301C802A53511e47b
Octal6034100521231213610713
Binary1100001110010000101010101001110100011111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,28,8); }

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

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

 a { background-color: rgb(48,28,8); }

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

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

 span { border-color: rgb(48,28,8); }

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