Html Css Color HEX #564312 Bronze Olive

📋 copy color: '#564312'

red 86 ◦ green 67 ◦ blue 18

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

Shades of Bronze Olive #564312

Tints of Bronze Olive #564312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.53%

R = 50.29%
G = 39.18%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#564312 (or 0x564312) is known color: Bronze Olive. HEX triplet: 56, 43 and 12. RGB value is (86,67,18). Sum of RGB (Red+Green+Blue) = 86+67+18=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #564312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564312 is #A9BCED. Grayscale: #434343. Windows color (decimal): -11123950 or 1196886. OLE color: 1196886.

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

Color convert

RGB 86 67 18 -
CMYK 0 0.22 0.79 0.66
HSL 43.24º 0.65% 0.2% -
HSV(B) 43.24º 0.79% 0.34% -
XYZ 5.95 6.04 1.42 -
YUV 67.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 86 67 18 0 0.22 0.79 0.66 43.24 0.65 0.2
Hex 56 43 12 0 16 4F 42 2B 41 14
Octal 126 103 22 0 26 117 102 53 101 24
Binary 1010110 1000011 10010 0 10110 1001111 1000010 101011 1000001 10100

Color Harmonies of #564312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564312

Black with #564312

Text Example


Text Example

White with #564312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564312; }

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

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

background-color css

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

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

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

border-color css

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

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

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