#301800

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

Shades of Cocoa Brown #301800

Tints of Cocoa Brown #301800

Color information

#301800 (or 0x301800) is unknown color: approx Cocoa Brown. HEX triplet: 30, 18 and 00. RGB value is (48,24,0). Sum of RGB (Red+Green+Blue) = 48+24+0=72 (9% of max value = 765). Red value is 48 (19.14% from 255 or 66.67% from 72); Green value is 24 (9.77% from 255 or 33.33% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 48 - color contains mainly: red. Hex color #301800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301800 is #CFE7FF. Grayscale: #1C1C1C. Windows color (decimal): -13625344 or 6192. OLE color: 6192.

HSL color Cylindrical-coordinate representation of color #301800: hue angle of 30º 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 #301800 is Cyan = 0, Magento = 0.5, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB48240-
CMYK00.510.81
HSL30º100%9.41%-
HSV(B)30º100%18.82%-
XYZ1.551.280.17-
YUV28.44111.95141.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 66.67%
GREEN value IS 24 (9.77% from 255) = 33.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.67%
G=33.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4824000.510.81301009.41
Hex3018003264511e649
Octal603000621441213614411
Binary1100001100000110010110010010100011111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301800; }

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

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

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

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

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

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

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

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