Html Css Color HEX #4E532C Waiouru

📋 copy color: '#4E532C'

red 78 ◦ green 83 ◦ blue 44

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

Shades of Waiouru #4E532C

Tints of Waiouru #4E532C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.46%

R = 38.05%
G = 40.49%
B = 21.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#4E532C (or 0x4E532C) is known color: Waiouru. HEX triplet: 4E, 53 and 2C. RGB value is (78,83,44). Sum of RGB (Red+Green+Blue) = 78+83+44=205 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.05% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #4E532C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E532C is #B1ACD3. Grayscale: #4D4D4D. Windows color (decimal): -11644116 or 2904910. OLE color: 2904910.

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

Color convert

RGB 78 83 44 -
CMYK 0.06 0 0.47 0.67
HSL 67.69º 0.31% 0.25% -
HSV(B) 67.69º 0.47% 0.33% -
XYZ 6.69 7.99 3.57 -
YUV 77.06 109.34 128.67 -
System Red Green Blue C M Y K H S L
Decimal 78 83 44 0.06 0 0.47 0.67 67.69 0.31 0.25
Hex 4E 53 2C 6 0 2F 43 44 1F 19
Octal 116 123 54 6 0 57 103 104 37 31
Binary 1001110 1010011 101100 110 0 101111 1000011 1000100 11111 11001

Color Harmonies of #4E532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E532C

Black with #4E532C

Text Example


Text Example

White with #4E532C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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