#301C00

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

Shades of Cocoa Brown #301C00

Tints of Cocoa Brown #301C00

Color information

#301C00 (or 0x301C00) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1C and 00. RGB value is (48,28,0). Sum of RGB (Red+Green+Blue) = 48+28+0=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 28 (11.33% from 255 or 36.84% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #301C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C00 is #CFE3FF. Grayscale: #1E1E1E. Windows color (decimal): -13624320 or 7216. OLE color: 7216.

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

Color convert

RGB48280-
CMYK00.4210.81
HSL35º100%9.41%-
HSV(B)35º100%18.82%-
XYZ1.631.460.2-
YUV30.79110.63140.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 63.16%
GREEN value IS 28 (11.33% from 255) = 36.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.16%
G=36.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4828000.4210.81351009.41
Hex301C002A645123649
Octal603400521441214314411
Binary11000011100001010101100100101000110001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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