Html Css Color HEX #48442D Woodrush

📋 copy color: '#48442D'

red 72 ◦ green 68 ◦ blue 45

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

Shades of Woodrush #48442D

Tints of Woodrush #48442D

RGB

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

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

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

R = 38.92%
G = 36.76%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#48442D (or 0x48442D) is known color: Woodrush. HEX triplet: 48, 44 and 2D. RGB value is (72,68,45). Sum of RGB (Red+Green+Blue) = 72+68+45=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 72 - color contains mainly: red. Hex color #48442D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48442D is #B7BBD2. Grayscale: #424242. Windows color (decimal): -12041171 or 2966600. OLE color: 2966600.

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

Color convert

RGB 72 68 45 -
CMYK 0 0.06 0.38 0.72
HSL 51.11º 0.23% 0.23% -
HSV(B) 51.11º 0.38% 0.28% -
XYZ 5.21 5.7 3.31 -
YUV 66.57 115.83 131.87 -
System Red Green Blue C M Y K H S L
Decimal 72 68 45 0 0.06 0.38 0.72 51.11 0.23 0.23
Hex 48 44 2D 0 6 26 48 33 17 17
Octal 110 104 55 0 6 46 110 63 27 27
Binary 1001000 1000100 101101 0 110 100110 1001000 110011 10111 10111

Color Harmonies of #48442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48442D

Black with #48442D

Text Example


Text Example

White with #48442D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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