Html Css Color HEX #48452E Woodrush

📋 copy color: '#48452E'

red 72 ◦ green 69 ◦ blue 46

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

Shades of Woodrush #48452E

Tints of Woodrush #48452E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 24.6%

R = 38.5%
G = 36.9%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#48452E (or 0x48452E) is known color: Woodrush. HEX triplet: 48, 45 and 2E. RGB value is (72,69,46). Sum of RGB (Red+Green+Blue) = 72+69+46=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 72 - color contains mainly: red. Hex color #48452E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48452E is #B7BAD1. Grayscale: #434343. Windows color (decimal): -12040914 or 3032392. OLE color: 3032392.

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

Color convert

RGB 72 69 46 -
CMYK 0 0.04 0.36 0.72
HSL 53.08º 0.22% 0.23% -
HSV(B) 53.08º 0.36% 0.28% -
XYZ 5.29 5.83 3.43 -
YUV 67.28 115.99 131.37 -
System Red Green Blue C M Y K H S L
Decimal 72 69 46 0 0.04 0.36 0.72 53.08 0.22 0.23
Hex 48 45 2E 0 4 24 48 35 16 17
Octal 110 105 56 0 4 44 110 65 26 27
Binary 1001000 1000101 101110 0 100 100100 1001000 110101 10110 10111

Color Harmonies of #48452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48452E

Black with #48452E

Text Example


Text Example

White with #48452E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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