Html Css Color HEX #565213 Bronze Olive

📋 copy color: '#565213'

red 86 ◦ green 82 ◦ blue 19

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

Shades of Bronze Olive #565213

Tints of Bronze Olive #565213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.85%

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

R = 45.99%
G = 43.85%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#565213 (or 0x565213) is known color: Bronze Olive. HEX triplet: 56, 52 and 13. RGB value is (86,82,19). Sum of RGB (Red+Green+Blue) = 86+82+19=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #565213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565213 is #A9ADEC. Grayscale: #4C4C4C. Windows color (decimal): -11120109 or 1266262. OLE color: 1266262.

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

Color convert

RGB 86 82 19 -
CMYK 0 0.05 0.78 0.66
HSL 56.42º 0.64% 0.21% -
HSV(B) 56.42º 0.78% 0.34% -
XYZ 6.97 8.06 1.8 -
YUV 76.01 95.83 135.12 -
System Red Green Blue C M Y K H S L
Decimal 86 82 19 0 0.05 0.78 0.66 56.42 0.64 0.21
Hex 56 52 13 0 5 4E 42 38 40 15
Octal 126 122 23 0 5 116 102 70 100 25
Binary 1010110 1010010 10011 0 101 1001110 1000010 111000 1000000 10101

Color Harmonies of #565213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565213

Black with #565213

Text Example


Text Example

White with #565213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565213; }

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

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

background-color css

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

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

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

border-color css

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

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

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