#302423

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

Shades of Livid Brown #302423

Tints of Livid Brown #302423

Color information

#302423 (or 0x302423) is unknown color: approx Livid Brown. HEX triplet: 30, 24 and 23. RGB value is (48,36,35). Sum of RGB (Red+Green+Blue) = 48+36+35=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 48 - color contains mainly: red. Hex color #302423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302423 is #CFDBDC. Grayscale: #272727. Windows color (decimal): -13622237 or 2303024. OLE color: 2303024.

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

Color convert

RGB483635-
CMYK00.250.270.81
HSL4.62º15.66%16.27%-
HSV(B)4.62º27.08%18.82%-
XYZ2.152.011.86-
YUV39.47125.48134.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40.34%
GREEN value IS 36 (14.45% from 255) = 30.25%
BLUE value IS 35 (14.06% from 255) = 29.41%
R=40.34%
G=30.25%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48363500.250.270.814.6215.6616.27
Hex3024230191B5151010
Octal6044430313312152020
Binary1100001001001000110110011101110100011011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302423; }

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

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

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

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

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

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

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

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