Html Css Color HEX #302523 Livid Brown

📋 copy color: '#302523'

red 48 ◦ green 37 ◦ blue 35

#302523
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Livid Brown #302523

Tints of Livid Brown #302523

RGB

 RED value IS 48 (19.14% from 255) = 40%

 GREEN value IS 37 (14.84% from 255) = 30.83%

 BLUE value IS 35 (14.06% from 255) = 29.17%

R = 40%
G = 30.83%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#302523 (or 0x302523) is known color: Livid Brown. HEX triplet: 30, 25 and 23. RGB value is (48,37,35). Sum of RGB (Red+Green+Blue) = 48+37+35=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 48 - color contains mainly: red. Hex color #302523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302523 is #CFDADC. Grayscale: #282828. Windows color (decimal): -13621981 or 2303280. OLE color: 2303280.

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

Color convert

RGB 48 37 35 -
CMYK 0 0.23 0.27 0.81
HSL 9.23º 0.16% 0.16% -
HSV(B) 9.23º 0.27% 0.19% -
XYZ 2.18 2.07 1.88 -
YUV 40.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 48 37 35 0 0.23 0.27 0.81 9.23 0.16 0.16
Hex 30 25 23 0 17 1B 51 9 10 10
Octal 60 45 43 0 27 33 121 11 20 20
Binary 110000 100101 100011 0 10111 11011 1010001 1001 10000 10000

Color Harmonies of #302523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302523

Black with #302523

Text Example


Text Example

White with #302523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302523; }

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

 H1.HeaderClassName
 {
   color: #302523;
 }
 .AnyTagClassName
 {
   color: #302523;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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