Html Css Color HEX #4D532B Waiouru

📋 copy color: '#4D532B'

red 77 ◦ green 83 ◦ blue 43

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

Shades of Waiouru #4D532B

Tints of Waiouru #4D532B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.89%

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

R = 37.93%
G = 40.89%
B = 21.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#4D532B (or 0x4D532B) is known color: Waiouru. HEX triplet: 4D, 53 and 2B. RGB value is (77,83,43). Sum of RGB (Red+Green+Blue) = 77+83+43=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #4D532B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D532B is #B2ACD4. Grayscale: #4C4C4C. Windows color (decimal): -11709653 or 2839373. OLE color: 2839373.

HSL color Cylindrical-coordinate representation of color #4D532B: hue angle of 69º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D532B is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 83 43 -
CMYK 0.07 0 0.48 0.67
HSL 69º 0.32% 0.25% -
HSV(B) 69º 0.48% 0.33% -
XYZ 6.59 7.94 3.47 -
YUV 76.65 109.01 128.25 -
System Red Green Blue C M Y K H S L
Decimal 77 83 43 0.07 0 0.48 0.67 69 0.32 0.25
Hex 4D 53 2B 7 0 30 43 45 20 19
Octal 115 123 53 7 0 60 103 105 40 31
Binary 1001101 1010011 101011 111 0 110000 1000011 1000101 100000 11001

Color Harmonies of #4D532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D532B

Black with #4D532B

Text Example


Text Example

White with #4D532B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,83,43); }

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

background-color css

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

 a { background-color: rgb(77,83,43); }

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

border-color css

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

 span { border-color: rgb(77,83,43); }

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