Html Css Color HEX #525328 Waiouru

📋 copy color: '#525328'

red 82 ◦ green 83 ◦ blue 40

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

Shades of Waiouru #525328

Tints of Waiouru #525328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.51%

R = 40%
G = 40.49%
B = 19.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#525328 (or 0x525328) is known color: Waiouru. HEX triplet: 52, 53 and 28. RGB value is (82,83,40). Sum of RGB (Red+Green+Blue) = 82+83+40=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #525328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525328 is #ADACD7. Grayscale: #4D4D4D. Windows color (decimal): -11381976 or 2642770. OLE color: 2642770.

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

Color convert

RGB 82 83 40 -
CMYK 0.01 0 0.52 0.67
HSL 61.4º 0.35% 0.24% -
HSV(B) 61.4º 0.52% 0.33% -
XYZ 6.96 8.13 3.21 -
YUV 77.8 106.67 131 -
System Red Green Blue C M Y K H S L
Decimal 82 83 40 0.01 0 0.52 0.67 61.4 0.35 0.24
Hex 52 53 28 1 0 34 43 3D 23 18
Octal 122 123 50 1 0 64 103 75 43 30
Binary 1010010 1010011 101000 1 0 110100 1000011 111101 100011 11000

Color Harmonies of #525328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525328

Black with #525328

Text Example


Text Example

White with #525328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525328; }

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

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

background-color css

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

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

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

border-color css

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

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

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