Html Css Color HEX #48452F Woodrush

📋 copy color: '#48452F'

red 72 ◦ green 69 ◦ blue 47

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

Shades of Woodrush #48452F

Tints of Woodrush #48452F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25%

R = 38.3%
G = 36.7%
B = 25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#48452F (or 0x48452F) is known color: Woodrush. HEX triplet: 48, 45 and 2F. RGB value is (72,69,47). Sum of RGB (Red+Green+Blue) = 72+69+47=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 72 - color contains mainly: red. Hex color #48452F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48452F is #B7BAD0. Grayscale: #434343. Windows color (decimal): -12040913 or 3097928. OLE color: 3097928.

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

Color convert

RGB 72 69 47 -
CMYK 0 0.04 0.35 0.72
HSL 52.8º 0.21% 0.23% -
HSV(B) 52.8º 0.35% 0.28% -
XYZ 5.31 5.84 3.54 -
YUV 67.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 72 69 47 0 0.04 0.35 0.72 52.8 0.21 0.23
Hex 48 45 2F 0 4 23 48 35 15 17
Octal 110 105 57 0 4 43 110 65 25 27
Binary 1001000 1000101 101111 0 100 100011 1001000 110101 10101 10111

Color Harmonies of #48452F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48452F

Black with #48452F

Text Example


Text Example

White with #48452F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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