Html Css Color HEX #4B472B Woodrush

📋 copy color: '#4B472B'

red 75 ◦ green 71 ◦ blue 43

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

Shades of Woodrush #4B472B

Tints of Woodrush #4B472B

RGB

 RED value IS 75 (29.69% from 255) = 39.68%

 GREEN value IS 71 (28.13% from 255) = 37.57%

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

R = 39.68%
G = 37.57%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.71

RGB Variations

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

Color information

#4B472B (or 0x4B472B) is known color: Woodrush. HEX triplet: 4B, 47 and 2B. RGB value is (75,71,43). Sum of RGB (Red+Green+Blue) = 75+71+43=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 75 - color contains mainly: red. Hex color #4B472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B472B is #B4B8D4. Grayscale: #454545. Windows color (decimal): -11843797 or 2836299. OLE color: 2836299.

HSL color Cylindrical-coordinate representation of color #4B472B: hue angle of 52.5º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B472B is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 71 43 -
CMYK 0 0.05 0.43 0.71
HSL 52.5º 0.27% 0.23% -
HSV(B) 52.5º 0.43% 0.29% -
XYZ 5.59 6.18 3.18 -
YUV 69 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 75 71 43 0 0.05 0.43 0.71 52.5 0.27 0.23
Hex 4B 47 2B 0 5 2B 47 34 1B 17
Octal 113 107 53 0 5 53 107 64 33 27
Binary 1001011 1000111 101011 0 101 101011 1000111 110100 11011 10111

Color Harmonies of #4B472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B472B

Black with #4B472B

Text Example


Text Example

White with #4B472B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B472B; }

 p { color: rgb(75,71,43); }

 H1.HeaderClassName
 {
   color: #4B472B;
 }
 .AnyTagClassName
 {
   color: #4B472B;
 }
</style>

background-color css

<style>
 a { background-color: #4B472B; }

 a { background-color: rgb(75,71,43); }

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

border-color css

<style>
 span { border-color: #4B472B; }

 span { border-color: rgb(75,71,43); }

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