Html Css Color HEX #4F532D Waiouru

📋 copy color: '#4F532D'

red 79 ◦ green 83 ◦ blue 45

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

Shades of Waiouru #4F532D

Tints of Waiouru #4F532D

RGB

 RED value IS 79 (31.25% from 255) = 38.16%

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

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

R = 38.16%
G = 40.1%
B = 21.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#4F532D (or 0x4F532D) is known color: Waiouru. HEX triplet: 4F, 53 and 2D. RGB value is (79,83,45). Sum of RGB (Red+Green+Blue) = 79+83+45=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #4F532D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F532D is #B0ACD2. Grayscale: #4D4D4D. Windows color (decimal): -11578579 or 2970447. OLE color: 2970447.

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

Color convert

RGB 79 83 45 -
CMYK 0.05 0 0.46 0.67
HSL 66.32º 0.3% 0.25% -
HSV(B) 66.32º 0.46% 0.33% -
XYZ 6.79 8.04 3.68 -
YUV 77.47 109.67 129.09 -
System Red Green Blue C M Y K H S L
Decimal 79 83 45 0.05 0 0.46 0.67 66.32 0.3 0.25
Hex 4F 53 2D 5 0 2E 43 42 1E 19
Octal 117 123 55 5 0 56 103 102 36 31
Binary 1001111 1010011 101101 101 0 101110 1000011 1000010 11110 11001

Color Harmonies of #4F532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F532D

Black with #4F532D

Text Example


Text Example

White with #4F532D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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