Html Css Color HEX #4B4D33 Waiouru

📋 copy color: '#4B4D33'

red 75 ◦ green 77 ◦ blue 51

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

Shades of Waiouru #4B4D33

Tints of Waiouru #4B4D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.12%

R = 36.95%
G = 37.93%
B = 25.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#4B4D33 (or 0x4B4D33) is known color: Waiouru. HEX triplet: 4B, 4D and 33. RGB value is (75,77,51). Sum of RGB (Red+Green+Blue) = 75+77+51=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 77 - color contains mainly: green. Hex color #4B4D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B4D33 is #B4B2CC. Grayscale: #494949. Windows color (decimal): -11842253 or 3362123. OLE color: 3362123.

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

Color convert

RGB 75 77 51 -
CMYK 0.03 0 0.34 0.70
HSL 64.62º 0.2% 0.25% -
HSV(B) 64.62º 0.34% 0.3% -
XYZ 6.15 7.04 4.17 -
YUV 73.44 115.34 129.11 -
System Red Green Blue C M Y K H S L
Decimal 75 77 51 0.03 0 0.34 0.70 64.62 0.2 0.25
Hex 4B 4D 33 3 0 22 46 41 14 19
Octal 113 115 63 3 0 42 106 101 24 31
Binary 1001011 1001101 110011 11 0 100010 1000110 1000001 10100 11001

Color Harmonies of #4B4D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4D33

Black with #4B4D33

Text Example


Text Example

White with #4B4D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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