Html Css Color HEX #4B4D32 Waiouru

📋 copy color: '#4B4D32'

red 75 ◦ green 77 ◦ blue 50

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

Shades of Waiouru #4B4D32

Tints of Waiouru #4B4D32

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.12%

 BLUE value IS 50 (19.92% from 255) = 24.75%

R = 37.13%
G = 38.12%
B = 24.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.70

RGB Variations

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

Color information

#4B4D32 (or 0x4B4D32) is known color: Waiouru. HEX triplet: 4B, 4D and 32. RGB value is (75,77,50). Sum of RGB (Red+Green+Blue) = 75+77+50=202 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.13% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 77 - color contains mainly: green. Hex color #4B4D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B4D32 is #B4B2CD. Grayscale: #494949. Windows color (decimal): -11842254 or 3296587. OLE color: 3296587.

HSL color Cylindrical-coordinate representation of color #4B4D32: hue angle of 64.44º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B4D32 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.70.

Color convert

RGB 75 77 50 -
CMYK 0.03 0 0.35 0.70
HSL 64.44º 0.21% 0.25% -
HSV(B) 64.44º 0.35% 0.3% -
XYZ 6.13 7.03 4.05 -
YUV 73.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 75 77 50 0.03 0 0.35 0.70 64.44 0.21 0.25
Hex 4B 4D 32 3 0 23 46 40 15 19
Octal 113 115 62 3 0 43 106 100 25 31
Binary 1001011 1001101 110010 11 0 100011 1000110 1000000 10101 11001

Color Harmonies of #4B4D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4D32

Black with #4B4D32

Text Example


Text Example

White with #4B4D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,77,50); }

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

background-color css

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

 a { background-color: rgb(75,77,50); }

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

border-color css

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

 span { border-color: rgb(75,77,50); }

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