Html Css Color HEX #48452D Woodrush

📋 copy color: '#48452D'

red 72 ◦ green 69 ◦ blue 45

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

Shades of Woodrush #48452D

Tints of Woodrush #48452D

RGB

 RED value IS 72 (28.52% from 255) = 38.71%

 GREEN value IS 69 (27.34% from 255) = 37.1%

 BLUE value IS 45 (17.97% from 255) = 24.19%

R = 38.71%
G = 37.1%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#48452D (or 0x48452D) is known color: Woodrush. HEX triplet: 48, 45 and 2D. RGB value is (72,69,45). Sum of RGB (Red+Green+Blue) = 72+69+45=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 72 - color contains mainly: red. Hex color #48452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48452D is #B7BAD2. Grayscale: #434343. Windows color (decimal): -12040915 or 2966856. OLE color: 2966856.

HSL color Cylindrical-coordinate representation of color #48452D: hue angle of 53.33º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48452D is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 69 45 -
CMYK 0 0.04 0.38 0.72
HSL 53.33º 0.23% 0.23% -
HSV(B) 53.33º 0.38% 0.28% -
XYZ 5.27 5.82 3.33 -
YUV 67.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 72 69 45 0 0.04 0.38 0.72 53.33 0.23 0.23
Hex 48 45 2D 0 4 26 48 35 17 17
Octal 110 105 55 0 4 46 110 65 27 27
Binary 1001000 1000101 101101 0 100 100110 1001000 110101 10111 10111

Color Harmonies of #48452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48452D

Black with #48452D

Text Example


Text Example

White with #48452D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48452D; }

 p { color: rgb(72,69,45); }

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

background-color css

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

 a { background-color: rgb(72,69,45); }

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

border-color css

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

 span { border-color: rgb(72,69,45); }

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