Html Css Color HEX #4E532B Waiouru

📋 copy color: '#4E532B'

red 78 ◦ green 83 ◦ blue 43

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

Shades of Waiouru #4E532B

Tints of Waiouru #4E532B

RGB

 RED value IS 78 (30.86% from 255) = 38.24%

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

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

R = 38.24%
G = 40.69%
B = 21.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#4E532B (or 0x4E532B) is known color: Waiouru. HEX triplet: 4E, 53 and 2B. RGB value is (78,83,43). Sum of RGB (Red+Green+Blue) = 78+83+43=204 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.24% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #4E532B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E532B is #B1ACD4. Grayscale: #4D4D4D. Windows color (decimal): -11644117 or 2839374. OLE color: 2839374.

HSL color Cylindrical-coordinate representation of color #4E532B: hue angle of 67.5º 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 #4E532B is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 78 83 43 -
CMYK 0.06 0 0.48 0.67
HSL 67.5º 0.32% 0.25% -
HSV(B) 67.5º 0.48% 0.33% -
XYZ 6.67 7.98 3.47 -
YUV 76.95 108.84 128.75 -
System Red Green Blue C M Y K H S L
Decimal 78 83 43 0.06 0 0.48 0.67 67.5 0.32 0.25
Hex 4E 53 2B 6 0 30 43 44 20 19
Octal 116 123 53 6 0 60 103 104 40 31
Binary 1001110 1010011 101011 110 0 110000 1000011 1000100 100000 11001

Color Harmonies of #4E532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E532B

Black with #4E532B

Text Example


Text Example

White with #4E532B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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