#30261C

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

Shades of Cocoa Brown #30261C

Tints of Cocoa Brown #30261C

Color information

#30261C (or 0x30261C) is unknown color: approx Cocoa Brown. HEX triplet: 30, 26 and 1C. RGB value is (48,38,28). Sum of RGB (Red+Green+Blue) = 48+38+28=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #30261C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30261C is #CFD9E3. Grayscale: #272727. Windows color (decimal): -13621732 or 1844784. OLE color: 1844784.

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

Color convert

RGB483828-
CMYK00.210.420.81
HSL30º26.32%14.9%-
HSV(B)30º41.67%18.82%-
XYZ2.122.11.39-
YUV39.85121.31133.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.11%
GREEN value IS 38 (15.23% from 255) = 33.33%
BLUE value IS 28 (11.33% from 255) = 24.56%
R=42.11%
G=33.33%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48382800.210.420.813026.3214.9
Hex30261C0152A511e1af
Octal60463402552121363217
Binary11000010011011100010101101010101000111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30261C; }

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

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

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

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

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

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

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

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