Html Css Color HEX #535532 Waiouru

📋 copy color: '#535532'

red 83 ◦ green 85 ◦ blue 50

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

Shades of Waiouru #535532

Tints of Waiouru #535532

RGB

 RED value IS 83 (32.81% from 255) = 38.07%

 GREEN value IS 85 (33.59% from 255) = 38.99%

 BLUE value IS 50 (19.92% from 255) = 22.94%

R = 38.07%
G = 38.99%
B = 22.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#535532 (or 0x535532) is known color: Waiouru. HEX triplet: 53, 55 and 32. RGB value is (83,85,50). Sum of RGB (Red+Green+Blue) = 83+85+50=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #535532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535532 is #ACAACD. Grayscale: #505050. Windows color (decimal): -11315918 or 3298643. OLE color: 3298643.

HSL color Cylindrical-coordinate representation of color #535532: hue angle of 63.43º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #535532 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 85 50 -
CMYK 0.02 0 0.41 0.67
HSL 63.43º 0.26% 0.26% -
HSV(B) 63.43º 0.41% 0.33% -
XYZ 7.39 8.57 4.28 -
YUV 80.41 110.84 129.85 -
System Red Green Blue C M Y K H S L
Decimal 83 85 50 0.02 0 0.41 0.67 63.43 0.26 0.26
Hex 53 55 32 2 0 29 43 3F 1A 1A
Octal 123 125 62 2 0 51 103 77 32 32
Binary 1010011 1010101 110010 10 0 101001 1000011 111111 11010 11010

Color Harmonies of #535532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535532

Black with #535532

Text Example


Text Example

White with #535532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535532; }

 p { color: rgb(83,85,50); }

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

background-color css

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

 a { background-color: rgb(83,85,50); }

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

border-color css

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

 span { border-color: rgb(83,85,50); }

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