Html Css Color HEX #565025 Bronze Olive

📋 copy color: '#565025'

red 86 ◦ green 80 ◦ blue 37

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

Shades of Bronze Olive #565025

Tints of Bronze Olive #565025

RGB

 RED value IS 86 (33.98% from 255) = 42.36%

 GREEN value IS 80 (31.64% from 255) = 39.41%

 BLUE value IS 37 (14.84% from 255) = 18.23%

R = 42.36%
G = 39.41%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#565025 (or 0x565025) is known color: Bronze Olive. HEX triplet: 56, 50 and 25. RGB value is (86,80,37). Sum of RGB (Red+Green+Blue) = 86+80+37=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #565025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565025 is #A9AFDA. Grayscale: #4D4D4D. Windows color (decimal): -11120603 or 2445398. OLE color: 2445398.

HSL color Cylindrical-coordinate representation of color #565025: hue angle of 52.65º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #565025 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 80 37 -
CMYK 0 0.07 0.57 0.66
HSL 52.65º 0.4% 0.24% -
HSV(B) 52.65º 0.57% 0.34% -
XYZ 7.04 7.85 2.89 -
YUV 76.89 105.49 134.5 -
System Red Green Blue C M Y K H S L
Decimal 86 80 37 0 0.07 0.57 0.66 52.65 0.4 0.24
Hex 56 50 25 0 7 39 42 35 28 18
Octal 126 120 45 0 7 71 102 65 50 30
Binary 1010110 1010000 100101 0 111 111001 1000010 110101 101000 11000

Color Harmonies of #565025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565025

Black with #565025

Text Example


Text Example

White with #565025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565025; }

 p { color: rgb(86,80,37); }

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

background-color css

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

 a { background-color: rgb(86,80,37); }

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

border-color css

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

 span { border-color: rgb(86,80,37); }

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