#30231A

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

Shades of Cocoa Brown #30231A

Tints of Cocoa Brown #30231A

Color information

#30231A (or 0x30231A) is unknown color: approx Cocoa Brown. HEX triplet: 30, 23 and 1A. RGB value is (48,35,26). Sum of RGB (Red+Green+Blue) = 48+35+26=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #30231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30231A is #CFDCE5. Grayscale: #252525. Windows color (decimal): -13622502 or 1712944. OLE color: 1712944.

HSL color Cylindrical-coordinate representation of color #30231A: hue angle of 24.55º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #30231A is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB483526-
CMYK00.270.460.81
HSL24.55º29.73%14.51%-
HSV(B)24.55º45.83%18.82%-
XYZ2.011.911.24-
YUV37.86121.31135.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.04%
GREEN value IS 35 (14.06% from 255) = 32.11%
BLUE value IS 26 (10.55% from 255) = 23.85%
R=44.04%
G=32.11%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48352600.270.460.8124.5529.7314.51
Hex30231A01B2E51191ef
Octal60433203356121313617
Binary11000010001111010011011101110101000111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30231A; }

 p { color: rgb(48,35,26); }

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

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

 a { background-color: rgb(48,35,26); }

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

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

 span { border-color: rgb(48,35,26); }

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