Html Css Color HEX #4D532D Waiouru

📋 copy color: '#4D532D'

red 77 ◦ green 83 ◦ blue 45

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

Shades of Waiouru #4D532D

Tints of Waiouru #4D532D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.95%

R = 37.56%
G = 40.49%
B = 21.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#4D532D (or 0x4D532D) is known color: Waiouru. HEX triplet: 4D, 53 and 2D. RGB value is (77,83,45). Sum of RGB (Red+Green+Blue) = 77+83+45=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #4D532D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D532D is #B2ACD2. Grayscale: #4D4D4D. Windows color (decimal): -11709651 or 2970445. OLE color: 2970445.

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

Color convert

RGB 77 83 45 -
CMYK 0.07 0 0.46 0.67
HSL 69.47º 0.3% 0.25% -
HSV(B) 69.47º 0.46% 0.33% -
XYZ 6.63 7.95 3.67 -
YUV 76.87 110.01 128.09 -
System Red Green Blue C M Y K H S L
Decimal 77 83 45 0.07 0 0.46 0.67 69.47 0.3 0.25
Hex 4D 53 2D 7 0 2E 43 45 1E 19
Octal 115 123 55 7 0 56 103 105 36 31
Binary 1001101 1010011 101101 111 0 101110 1000011 1000101 11110 11001

Color Harmonies of #4D532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D532D

Black with #4D532D

Text Example


Text Example

White with #4D532D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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