Html Css Color HEX #302520 Wood Bark

📋 copy color: '#302520'

red 48 ◦ green 37 ◦ blue 32

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

Shades of Wood Bark #302520

Tints of Wood Bark #302520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 27.35%

R = 41.03%
G = 31.62%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#302520 (or 0x302520) is known color: Wood Bark. HEX triplet: 30, 25 and 20. RGB value is (48,37,32). Sum of RGB (Red+Green+Blue) = 48+37+32=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 48 - color contains mainly: red. Hex color #302520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302520 is #CFDADF. Grayscale: #272727. Windows color (decimal): -13621984 or 2106672. OLE color: 2106672.

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

Color convert

RGB 48 37 32 -
CMYK 0 0.23 0.33 0.81
HSL 18.75º 0.2% 0.16% -
HSV(B) 18.75º 0.33% 0.19% -
XYZ 2.14 2.06 1.65 -
YUV 39.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 48 37 32 0 0.23 0.33 0.81 18.75 0.2 0.16
Hex 30 25 20 0 17 21 51 13 14 10
Octal 60 45 40 0 27 41 121 23 24 20
Binary 110000 100101 100000 0 10111 100001 1010001 10011 10100 10000

Color Harmonies of #302520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302520

Black with #302520

Text Example


Text Example

White with #302520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302520; }

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

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

background-color css

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

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

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

border-color css

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

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

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