Html Css Color HEX #48442F Woodrush

📋 copy color: '#48442F'

red 72 ◦ green 68 ◦ blue 47

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

Shades of Woodrush #48442F

Tints of Woodrush #48442F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.36%

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

R = 38.5%
G = 36.36%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#48442F (or 0x48442F) is known color: Woodrush. HEX triplet: 48, 44 and 2F. RGB value is (72,68,47). Sum of RGB (Red+Green+Blue) = 72+68+47=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 72 - color contains mainly: red. Hex color #48442F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48442F is #B7BBD0. Grayscale: #424242. Windows color (decimal): -12041169 or 3097672. OLE color: 3097672.

HSL color Cylindrical-coordinate representation of color #48442F: hue angle of 50.4º 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 #48442F is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 68 47 -
CMYK 0 0.06 0.35 0.72
HSL 50.4º 0.21% 0.23% -
HSV(B) 50.4º 0.35% 0.28% -
XYZ 5.25 5.72 3.52 -
YUV 66.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 72 68 47 0 0.06 0.35 0.72 50.4 0.21 0.23
Hex 48 44 2F 0 6 23 48 32 15 17
Octal 110 104 57 0 6 43 110 62 25 27
Binary 1001000 1000100 101111 0 110 100011 1001000 110010 10101 10111

Color Harmonies of #48442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48442F

Black with #48442F

Text Example


Text Example

White with #48442F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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