Html Css Color HEX #4C532C Waiouru

📋 copy color: '#4C532C'

red 76 ◦ green 83 ◦ blue 44

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

Shades of Waiouru #4C532C

Tints of Waiouru #4C532C

RGB

 RED value IS 76 (30.08% from 255) = 37.44%

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

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

R = 37.44%
G = 40.89%
B = 21.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#4C532C (or 0x4C532C) is known color: Waiouru. HEX triplet: 4C, 53 and 2C. RGB value is (76,83,44). Sum of RGB (Red+Green+Blue) = 76+83+44=203 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.44% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #4C532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C532C is #B3ACD3. Grayscale: #4C4C4C. Windows color (decimal): -11775188 or 2904908. OLE color: 2904908.

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

Color convert

RGB 76 83 44 -
CMYK 0.08 0 0.47 0.67
HSL 70.77º 0.31% 0.25% -
HSV(B) 70.77º 0.47% 0.33% -
XYZ 6.53 7.9 3.56 -
YUV 76.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 76 83 44 0.08 0 0.47 0.67 70.77 0.31 0.25
Hex 4C 53 2C 8 0 2F 43 47 1F 19
Octal 114 123 54 10 0 57 103 107 37 31
Binary 1001100 1010011 101100 1000 0 101111 1000011 1000111 11111 11001

Color Harmonies of #4C532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C532C

Black with #4C532C

Text Example


Text Example

White with #4C532C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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