Html Css Color HEX #524827 Bronze Olive

📋 copy color: '#524827'

red 82 ◦ green 72 ◦ blue 39

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

Shades of Bronze Olive #524827

Tints of Bronze Olive #524827

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.31%

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

R = 42.49%
G = 37.31%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#524827 (or 0x524827) is known color: Bronze Olive. HEX triplet: 52, 48 and 27. RGB value is (82,72,39). Sum of RGB (Red+Green+Blue) = 82+72+39=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #524827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524827 is #ADB7D8. Grayscale: #474747. Windows color (decimal): -11384793 or 2574418. OLE color: 2574418.

HSL color Cylindrical-coordinate representation of color #524827: hue angle of 46.05º 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 #524827 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 72 39 -
CMYK 0 0.12 0.52 0.68
HSL 46.05º 0.36% 0.24% -
HSV(B) 46.05º 0.52% 0.32% -
XYZ 6.16 6.58 2.86 -
YUV 71.23 109.81 135.68 -
System Red Green Blue C M Y K H S L
Decimal 82 72 39 0 0.12 0.52 0.68 46.05 0.36 0.24
Hex 52 48 27 0 C 34 44 2E 24 18
Octal 122 110 47 0 14 64 104 56 44 30
Binary 1010010 1001000 100111 0 1100 110100 1000100 101110 100100 11000

Color Harmonies of #524827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524827

Black with #524827

Text Example


Text Example

White with #524827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524827; }

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

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

background-color css

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

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

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

border-color css

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

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

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