Html Css Color HEX #525430 Waiouru

📋 copy color: '#525430'

red 82 ◦ green 84 ◦ blue 48

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

Shades of Waiouru #525430

Tints of Waiouru #525430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.25%

 BLUE value IS 48 (19.14% from 255) = 22.43%

R = 38.32%
G = 39.25%
B = 22.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#525430 (or 0x525430) is known color: Waiouru. HEX triplet: 52, 54 and 30. RGB value is (82,84,48). Sum of RGB (Red+Green+Blue) = 82+84+48=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 84 - color contains mainly: green. Hex color #525430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525430 is #ADABCF. Grayscale: #4F4F4F. Windows color (decimal): -11381712 or 3167314. OLE color: 3167314.

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

Color convert

RGB 82 84 48 -
CMYK 0.02 0 0.43 0.67
HSL 63.33º 0.27% 0.26% -
HSV(B) 63.33º 0.43% 0.33% -
XYZ 7.18 8.35 4.03 -
YUV 79.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 82 84 48 0.02 0 0.43 0.67 63.33 0.27 0.26
Hex 52 54 30 2 0 2B 43 3F 1B 1A
Octal 122 124 60 2 0 53 103 77 33 32
Binary 1010010 1010100 110000 10 0 101011 1000011 111111 11011 11010

Color Harmonies of #525430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525430

Black with #525430

Text Example


Text Example

White with #525430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525430; }

 p { color: rgb(82,84,48); }

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

background-color css

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

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

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

border-color css

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

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

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