Html Css Color HEX #524B27 Bronze Olive

📋 copy color: '#524B27'

red 82 ◦ green 75 ◦ blue 39

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

Shades of Bronze Olive #524B27

Tints of Bronze Olive #524B27

RGB

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

 GREEN value IS 75 (29.69% from 255) = 38.27%

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

R = 41.84%
G = 38.27%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#524B27 (or 0x524B27) is known color: Bronze Olive. HEX triplet: 52, 4B and 27. RGB value is (82,75,39). Sum of RGB (Red+Green+Blue) = 82+75+39=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 82 - color contains mainly: red. Hex color #524B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B27 is #ADB4D8. Grayscale: #494949. Windows color (decimal): -11384025 or 2575186. OLE color: 2575186.

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

Color convert

RGB 82 75 39 -
CMYK 0 0.09 0.52 0.68
HSL 50.23º 0.36% 0.24% -
HSV(B) 50.23º 0.52% 0.32% -
XYZ 6.36 6.97 2.93 -
YUV 72.99 108.82 134.43 -
System Red Green Blue C M Y K H S L
Decimal 82 75 39 0 0.09 0.52 0.68 50.23 0.36 0.24
Hex 52 4B 27 0 9 34 44 32 24 18
Octal 122 113 47 0 11 64 104 62 44 30
Binary 1010010 1001011 100111 0 1001 110100 1000100 110010 100100 11000

Color Harmonies of #524B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524B27

Black with #524B27

Text Example


Text Example

White with #524B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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