#302726

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

Shades of Livid Brown #302726

Tints of Livid Brown #302726

Color information

#302726 (or 0x302726) is unknown color: approx Livid Brown. HEX triplet: 30, 27 and 26. RGB value is (48,39,38). Sum of RGB (Red+Green+Blue) = 48+39+38=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 48 - color contains mainly: red. Hex color #302726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302726 is #CFD8D9. Grayscale: #292929. Windows color (decimal): -13621466 or 2500400. OLE color: 2500400.

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

Color convert

RGB483938-
CMYK00.190.210.81
HSL11.63%16.86%-
HSV(B)20.83%18.82%-
XYZ2.292.222.14-
YUV41.58125.98132.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.4%
GREEN value IS 39 (15.62% from 255) = 31.2%
BLUE value IS 38 (15.23% from 255) = 30.4%
R=38.4%
G=31.2%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48393800.190.210.81611.6316.86
Hex30272601315516c11
Octal6047460232512161421
Binary110000100111100110010011101011010001110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302726; }

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

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

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

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

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

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

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

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