Html Css Color HEX #525227 Waiouru

📋 copy color: '#525227'

red 82 ◦ green 82 ◦ blue 39

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

Shades of Waiouru #525227

Tints of Waiouru #525227

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.39%

 BLUE value IS 39 (15.63% from 255) = 19.21%

R = 40.39%
G = 40.39%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#525227 (or 0x525227) is known color: Waiouru. HEX triplet: 52, 52 and 27. RGB value is (82,82,39). Sum of RGB (Red+Green+Blue) = 82+82+39=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 82 - color contains mainly: red, green. Hex color #525227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525227 is #ADADD8. Grayscale: #4D4D4D. Windows color (decimal): -11382233 or 2576978. OLE color: 2576978.

HSL color Cylindrical-coordinate representation of color #525227: hue angle of 60º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #525227 is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 82 39 -
CMYK 0 0 0.52 0.68
HSL 60º 0.36% 0.24% -
HSV(B) 60º 0.52% 0.32% -
XYZ 6.86 7.97 3.1 -
YUV 77.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 82 82 39 0 0 0.52 0.68 60 0.36 0.24
Hex 52 52 27 0 0 34 44 3C 24 18
Octal 122 122 47 0 0 64 104 74 44 30
Binary 1010010 1010010 100111 0 0 110100 1000100 111100 100100 11000

Color Harmonies of #525227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525227

Black with #525227

Text Example


Text Example

White with #525227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525227; }

 p { color: rgb(82,82,39); }

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

background-color css

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

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

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

border-color css

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

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

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