Html Css Color HEX #564316 Bronze Olive

📋 copy color: '#564316'

red 86 ◦ green 67 ◦ blue 22

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

Shades of Bronze Olive #564316

Tints of Bronze Olive #564316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.57%

R = 49.14%
G = 38.29%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#564316 (or 0x564316) is known color: Bronze Olive. HEX triplet: 56, 43 and 16. RGB value is (86,67,22). Sum of RGB (Red+Green+Blue) = 86+67+22=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #564316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564316 is #A9BCE9. Grayscale: #434343. Windows color (decimal): -11123946 or 1459030. OLE color: 1459030.

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

Color convert

RGB 86 67 22 -
CMYK 0 0.22 0.74 0.66
HSL 42.19º 0.59% 0.21% -
HSV(B) 42.19º 0.74% 0.34% -
XYZ 5.99 6.05 1.61 -
YUV 67.55 102.29 141.16 -
System Red Green Blue C M Y K H S L
Decimal 86 67 22 0 0.22 0.74 0.66 42.19 0.59 0.21
Hex 56 43 16 0 16 4A 42 2A 3B 15
Octal 126 103 26 0 26 112 102 52 73 25
Binary 1010110 1000011 10110 0 10110 1001010 1000010 101010 111011 10101

Color Harmonies of #564316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564316

Black with #564316

Text Example


Text Example

White with #564316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564316; }

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

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

background-color css

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

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

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

border-color css

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

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

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