#301C0B

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

Shades of Cocoa Brown #301C0B

Tints of Cocoa Brown #301C0B

Color information

#301C0B (or 0x301C0B) is unknown color: approx Cocoa Brown. HEX triplet: 30, 1C and 0B. RGB value is (48,28,11). Sum of RGB (Red+Green+Blue) = 48+28+11=87 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.17% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 48 - color contains mainly: red. Hex color #301C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C0B is #CFE3F4. Grayscale: #202020. Windows color (decimal): -13624309 or 728112. OLE color: 728112.

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

Color convert

RGB482811-
CMYK00.420.770.81
HSL27.57º62.71%11.57%-
HSV(B)27.57º77.08%18.82%-
XYZ1.691.480.51-
YUV32.04116.13139.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.17%
GREEN value IS 28 (11.33% from 255) = 32.18%
BLUE value IS 11 (4.69% from 255) = 12.64%
R=55.17%
G=32.18%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48281100.420.770.8127.5762.7111.57
Hex301CB02A4D511c3fc
Octal603413052115121347714
Binary110000111001011010101010011011010001111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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