Html Css Color HEX #48442B Woodrush

📋 copy color: '#48442B'

red 72 ◦ green 68 ◦ blue 43

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

Shades of Woodrush #48442B

Tints of Woodrush #48442B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.5%

R = 39.34%
G = 37.16%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#48442B (or 0x48442B) is known color: Woodrush. HEX triplet: 48, 44 and 2B. RGB value is (72,68,43). Sum of RGB (Red+Green+Blue) = 72+68+43=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #48442B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48442B is #B7BBD4. Grayscale: #424242. Windows color (decimal): -12041173 or 2835528. OLE color: 2835528.

HSL color Cylindrical-coordinate representation of color #48442B: hue angle of 51.72º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48442B is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 68 43 -
CMYK 0 0.06 0.40 0.72
HSL 51.72º 0.25% 0.23% -
HSV(B) 51.72º 0.4% 0.28% -
XYZ 5.18 5.69 3.11 -
YUV 66.35 114.83 132.03 -
System Red Green Blue C M Y K H S L
Decimal 72 68 43 0 0.06 0.40 0.72 51.72 0.25 0.23
Hex 48 44 2B 0 6 28 48 34 19 17
Octal 110 104 53 0 6 50 110 64 31 27
Binary 1001000 1000100 101011 0 110 101000 1001000 110100 11001 10111

Color Harmonies of #48442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48442B

Black with #48442B

Text Example


Text Example

White with #48442B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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