Html Css Color HEX #535536 Waiouru

📋 copy color: '#535536'

red 83 ◦ green 85 ◦ blue 54

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

Shades of Waiouru #535536

Tints of Waiouru #535536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.32%

R = 37.39%
G = 38.29%
B = 24.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#535536 (or 0x535536) is known color: Waiouru. HEX triplet: 53, 55 and 36. RGB value is (83,85,54). Sum of RGB (Red+Green+Blue) = 83+85+54=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #535536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535536 is #ACAAC9. Grayscale: #505050. Windows color (decimal): -11315914 or 3560787. OLE color: 3560787.

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

Color convert

RGB 83 85 54 -
CMYK 0.02 0 0.36 0.67
HSL 63.87º 0.22% 0.27% -
HSV(B) 63.87º 0.36% 0.33% -
XYZ 7.48 8.6 4.76 -
YUV 80.87 112.84 129.52 -
System Red Green Blue C M Y K H S L
Decimal 83 85 54 0.02 0 0.36 0.67 63.87 0.22 0.27
Hex 53 55 36 2 0 24 43 40 16 1B
Octal 123 125 66 2 0 44 103 100 26 33
Binary 1010011 1010101 110110 10 0 100100 1000011 1000000 10110 11011

Color Harmonies of #535536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535536

Black with #535536

Text Example


Text Example

White with #535536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535536; }

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

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

background-color css

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

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

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

border-color css

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

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

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