Html Css Color HEX #564413 Bronze Olive

📋 copy color: '#564413'

red 86 ◦ green 68 ◦ blue 19

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

Shades of Bronze Olive #564413

Tints of Bronze Olive #564413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.31%

 BLUE value IS 19 (7.81% from 255) = 10.98%

R = 49.71%
G = 39.31%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#564413 (or 0x564413) is known color: Bronze Olive. HEX triplet: 56, 44 and 13. RGB value is (86,68,19). Sum of RGB (Red+Green+Blue) = 86+68+19=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #564413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564413 is #A9BBEC. Grayscale: #444444. Windows color (decimal): -11123693 or 1262678. OLE color: 1262678.

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

Color convert

RGB 86 68 19 -
CMYK 0 0.21 0.78 0.66
HSL 43.88º 0.64% 0.21% -
HSV(B) 43.88º 0.78% 0.34% -
XYZ 6.02 6.16 1.49 -
YUV 67.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 86 68 19 0 0.21 0.78 0.66 43.88 0.64 0.21
Hex 56 44 13 0 15 4E 42 2C 40 15
Octal 126 104 23 0 25 116 102 54 100 25
Binary 1010110 1000100 10011 0 10101 1001110 1000010 101100 1000000 10101

Color Harmonies of #564413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564413

Black with #564413

Text Example


Text Example

White with #564413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564413; }

 p { color: rgb(86,68,19); }

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

background-color css

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

 a { background-color: rgb(86,68,19); }

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

border-color css

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

 span { border-color: rgb(86,68,19); }

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