Html Css Color HEX #564320 Bronze Olive

📋 copy color: '#564320'

red 86 ◦ green 67 ◦ blue 32

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

Shades of Bronze Olive #564320

Tints of Bronze Olive #564320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.22%

 BLUE value IS 32 (12.89% from 255) = 17.3%

R = 46.49%
G = 36.22%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#564320 (or 0x564320) is known color: Bronze Olive. HEX triplet: 56, 43 and 20. RGB value is (86,67,32). Sum of RGB (Red+Green+Blue) = 86+67+32=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #564320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564320 is #A9BCDF. Grayscale: #444444. Windows color (decimal): -11123936 or 2114390. OLE color: 2114390.

HSL color Cylindrical-coordinate representation of color #564320: hue angle of 38.89º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #564320 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 67 32 -
CMYK 0 0.22 0.63 0.66
HSL 38.89º 0.46% 0.23% -
HSV(B) 38.89º 0.63% 0.34% -
XYZ 6.11 6.1 2.22 -
YUV 68.69 107.29 140.35 -
System Red Green Blue C M Y K H S L
Decimal 86 67 32 0 0.22 0.63 0.66 38.89 0.46 0.23
Hex 56 43 20 0 16 3F 42 27 2E 17
Octal 126 103 40 0 26 77 102 47 56 27
Binary 1010110 1000011 100000 0 10110 111111 1000010 100111 101110 10111

Color Harmonies of #564320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564320

Black with #564320

Text Example


Text Example

White with #564320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564320; }

 p { color: rgb(86,67,32); }

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

background-color css

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

 a { background-color: rgb(86,67,32); }

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

border-color css

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

 span { border-color: rgb(86,67,32); }

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