Html Css Color HEX #525339 Waiouru

📋 copy color: '#525339'

red 82 ◦ green 83 ◦ blue 57

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

Shades of Waiouru #525339

Tints of Waiouru #525339

RGB

 RED value IS 82 (32.42% from 255) = 36.94%

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

 BLUE value IS 57 (22.66% from 255) = 25.68%

R = 36.94%
G = 37.39%
B = 25.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#525339 (or 0x525339) is known color: Waiouru. HEX triplet: 52, 53 and 39. RGB value is (82,83,57). Sum of RGB (Red+Green+Blue) = 82+83+57=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 83 - color contains mainly: green. Hex color #525339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525339 is #ADACC6. Grayscale: #4F4F4F. Windows color (decimal): -11381959 or 3756882. OLE color: 3756882.

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

Color convert

RGB 82 83 57 -
CMYK 0.01 0 0.31 0.67
HSL 62.31º 0.19% 0.27% -
HSV(B) 62.31º 0.31% 0.33% -
XYZ 7.31 8.28 5.08 -
YUV 79.74 115.17 129.61 -
System Red Green Blue C M Y K H S L
Decimal 82 83 57 0.01 0 0.31 0.67 62.31 0.19 0.27
Hex 52 53 39 1 0 1F 43 3E 13 1B
Octal 122 123 71 1 0 37 103 76 23 33
Binary 1010010 1010011 111001 1 0 11111 1000011 111110 10011 11011

Color Harmonies of #525339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525339

Black with #525339

Text Example


Text Example

White with #525339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525339; }

 p { color: rgb(82,83,57); }

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

background-color css

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

 a { background-color: rgb(82,83,57); }

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

border-color css

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

 span { border-color: rgb(82,83,57); }

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