Html Css Color HEX #4B472A Woodrush

📋 copy color: '#4B472A'

red 75 ◦ green 71 ◦ blue 42

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

Shades of Woodrush #4B472A

Tints of Woodrush #4B472A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.34%

R = 39.89%
G = 37.77%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#4B472A (or 0x4B472A) is known color: Woodrush. HEX triplet: 4B, 47 and 2A. RGB value is (75,71,42). Sum of RGB (Red+Green+Blue) = 75+71+42=188 (24% of max value = 765). Red value is 75 (29.69% from 255 or 39.89% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 75 - color contains mainly: red. Hex color #4B472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B472A is #B4B8D5. Grayscale: #454545. Windows color (decimal): -11843798 or 2770763. OLE color: 2770763.

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

Color convert

RGB 75 71 42 -
CMYK 0 0.05 0.44 0.71
HSL 52.73º 0.28% 0.23% -
HSV(B) 52.73º 0.44% 0.29% -
XYZ 5.57 6.17 3.09 -
YUV 68.89 112.83 132.36 -
System Red Green Blue C M Y K H S L
Decimal 75 71 42 0 0.05 0.44 0.71 52.73 0.28 0.23
Hex 4B 47 2A 0 5 2C 47 35 1C 17
Octal 113 107 52 0 5 54 107 65 34 27
Binary 1001011 1000111 101010 0 101 101100 1000111 110101 11100 10111

Color Harmonies of #4B472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B472A

Black with #4B472A

Text Example


Text Example

White with #4B472A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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