Html Css Color HEX #565021 Bronze Olive

📋 copy color: '#565021'

red 86 ◦ green 80 ◦ blue 33

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

Shades of Bronze Olive #565021

Tints of Bronze Olive #565021

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.2%

 BLUE value IS 33 (13.28% from 255) = 16.58%

R = 43.22%
G = 40.2%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#565021 (or 0x565021) is known color: Bronze Olive. HEX triplet: 56, 50 and 21. RGB value is (86,80,33). Sum of RGB (Red+Green+Blue) = 86+80+33=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 86 - color contains mainly: red. Hex color #565021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565021 is #A9AFDE. Grayscale: #4C4C4C. Windows color (decimal): -11120607 or 2183254. OLE color: 2183254.

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

Color convert

RGB 86 80 33 -
CMYK 0 0.07 0.62 0.66
HSL 53.21º 0.45% 0.23% -
HSV(B) 53.21º 0.62% 0.34% -
XYZ 6.98 7.83 2.58 -
YUV 76.44 103.49 134.82 -
System Red Green Blue C M Y K H S L
Decimal 86 80 33 0 0.07 0.62 0.66 53.21 0.45 0.23
Hex 56 50 21 0 7 3E 42 35 2D 17
Octal 126 120 41 0 7 76 102 65 55 27
Binary 1010110 1010000 100001 0 111 111110 1000010 110101 101101 10111

Color Harmonies of #565021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565021

Black with #565021

Text Example


Text Example

White with #565021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565021; }

 p { color: rgb(86,80,33); }

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

background-color css

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

 a { background-color: rgb(86,80,33); }

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

border-color css

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

 span { border-color: rgb(86,80,33); }

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