Html Css Color HEX #4D5233 Waiouru

📋 copy color: '#4D5233'

red 77 ◦ green 82 ◦ blue 51

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

Shades of Waiouru #4D5233

Tints of Waiouru #4D5233

RGB

 RED value IS 77 (30.47% from 255) = 36.67%

 GREEN value IS 82 (32.42% from 255) = 39.05%

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

R = 36.67%
G = 39.05%
B = 24.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#4D5233 (or 0x4D5233) is known color: Waiouru. HEX triplet: 4D, 52 and 33. RGB value is (77,82,51). Sum of RGB (Red+Green+Blue) = 77+82+51=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 82 - color contains mainly: green. Hex color #4D5233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5233 is #B2ADCC. Grayscale: #4D4D4D. Windows color (decimal): -11709901 or 3363405. OLE color: 3363405.

HSL color Cylindrical-coordinate representation of color #4D5233: hue angle of 69.68º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D5233 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB 77 82 51 -
CMYK 0.06 0 0.38 0.68
HSL 69.68º 0.23% 0.26% -
HSV(B) 69.68º 0.38% 0.32% -
XYZ 6.68 7.85 4.3 -
YUV 76.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 77 82 51 0.06 0 0.38 0.68 69.68 0.23 0.26
Hex 4D 52 33 6 0 26 44 46 17 1A
Octal 115 122 63 6 0 46 104 106 27 32
Binary 1001101 1010010 110011 110 0 100110 1000100 1000110 10111 11010

Color Harmonies of #4D5233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5233

Black with #4D5233

Text Example


Text Example

White with #4D5233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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