Html Css Color HEX #565023 Bronze Olive

📋 copy color: '#565023'

red 86 ◦ green 80 ◦ blue 35

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

Shades of Bronze Olive #565023

Tints of Bronze Olive #565023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.41%

R = 42.79%
G = 39.8%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#565023 (or 0x565023) is known color: Bronze Olive. HEX triplet: 56, 50 and 23. RGB value is (86,80,35). Sum of RGB (Red+Green+Blue) = 86+80+35=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #565023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565023 is #A9AFDC. Grayscale: #4C4C4C. Windows color (decimal): -11120605 or 2314326. OLE color: 2314326.

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

Color convert

RGB 86 80 35 -
CMYK 0 0.07 0.59 0.66
HSL 52.94º 0.42% 0.24% -
HSV(B) 52.94º 0.59% 0.34% -
XYZ 7.01 7.84 2.73 -
YUV 76.66 104.49 134.66 -
System Red Green Blue C M Y K H S L
Decimal 86 80 35 0 0.07 0.59 0.66 52.94 0.42 0.24
Hex 56 50 23 0 7 3B 42 35 2A 18
Octal 126 120 43 0 7 73 102 65 52 30
Binary 1010110 1010000 100011 0 111 111011 1000010 110101 101010 11000

Color Harmonies of #565023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565023

Black with #565023

Text Example


Text Example

White with #565023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565023; }

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

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

background-color css

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

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

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

border-color css

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

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

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