Html Css Color HEX #565225 Bronze Olive

📋 copy color: '#565225'

red 86 ◦ green 82 ◦ blue 37

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

Shades of Bronze Olive #565225

Tints of Bronze Olive #565225

RGB

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

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

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

R = 41.95%
G = 40%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#565225 (or 0x565225) is known color: Bronze Olive. HEX triplet: 56, 52 and 25. RGB value is (86,82,37). Sum of RGB (Red+Green+Blue) = 86+82+37=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #565225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565225 is #A9ADDA. Grayscale: #4E4E4E. Windows color (decimal): -11120091 or 2445910. OLE color: 2445910.

HSL color Cylindrical-coordinate representation of color #565225: hue angle of 55.1º 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 #565225 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 82 37 -
CMYK 0 0.05 0.57 0.66
HSL 55.1º 0.4% 0.24% -
HSV(B) 55.1º 0.57% 0.34% -
XYZ 7.19 8.15 2.94 -
YUV 78.07 104.83 133.66 -
System Red Green Blue C M Y K H S L
Decimal 86 82 37 0 0.05 0.57 0.66 55.1 0.4 0.24
Hex 56 52 25 0 5 39 42 37 28 18
Octal 126 122 45 0 5 71 102 67 50 30
Binary 1010110 1010010 100101 0 101 111001 1000010 110111 101000 11000

Color Harmonies of #565225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565225

Black with #565225

Text Example


Text Example

White with #565225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565225; }

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

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

background-color css

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

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

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

border-color css

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

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

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