Html Css Color HEX #564625 Bronze Olive

📋 copy color: '#564625'

red 86 ◦ green 70 ◦ blue 37

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

Shades of Bronze Olive #564625

Tints of Bronze Olive #564625

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.27%

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

R = 44.56%
G = 36.27%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#564625 (or 0x564625) is known color: Bronze Olive. HEX triplet: 56, 46 and 25. RGB value is (86,70,37). Sum of RGB (Red+Green+Blue) = 86+70+37=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 86 - color contains mainly: red. Hex color #564625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564625 is #A9B9DA. Grayscale: #474747. Windows color (decimal): -11123163 or 2442838. OLE color: 2442838.

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

Color convert

RGB 86 70 37 -
CMYK 0 0.19 0.57 0.66
HSL 40.41º 0.4% 0.24% -
HSV(B) 40.41º 0.57% 0.34% -
XYZ 6.36 6.49 2.67 -
YUV 71.02 108.8 138.68 -
System Red Green Blue C M Y K H S L
Decimal 86 70 37 0 0.19 0.57 0.66 40.41 0.4 0.24
Hex 56 46 25 0 13 39 42 28 28 18
Octal 126 106 45 0 23 71 102 50 50 30
Binary 1010110 1000110 100101 0 10011 111001 1000010 101000 101000 11000

Color Harmonies of #564625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564625

Black with #564625

Text Example


Text Example

White with #564625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564625; }

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

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

background-color css

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

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

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

border-color css

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

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

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