#302826

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

Shades of Livid Brown #302826

Tints of Livid Brown #302826

Color information

#302826 (or 0x302826) is unknown color: approx Livid Brown. HEX triplet: 30, 28 and 26. RGB value is (48,40,38). Sum of RGB (Red+Green+Blue) = 48+40+38=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 48 - color contains mainly: red. Hex color #302826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302826 is #CFD7D9. Grayscale: #2A2A2A. Windows color (decimal): -13621210 or 2500656. OLE color: 2500656.

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

Color convert

RGB484038-
CMYK00.170.210.81
HSL12º11.63%16.86%-
HSV(B)12º20.83%18.82%-
XYZ2.332.292.15-
YUV42.16125.65132.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.10%
GREEN value IS 40 (16.02% from 255) = 31.75%
BLUE value IS 38 (15.23% from 255) = 30.16%
R=38.10%
G=31.75%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48403800.170.210.811211.6316.86
Hex3028260111551cc11
Octal60504602125121141421
Binary1100001010001001100100011010110100011100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302826; }

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

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

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

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

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

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

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

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