Html Css Color HEX #564023 Deep Bronze

📋 copy color: '#564023'

red 86 ◦ green 64 ◦ blue 35

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

Shades of Deep Bronze #564023

Tints of Deep Bronze #564023

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.59%

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

R = 46.49%
G = 34.59%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#564023 (or 0x564023) is known color: Deep Bronze. HEX triplet: 56, 40 and 23. RGB value is (86,64,35). Sum of RGB (Red+Green+Blue) = 86+64+35=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #564023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564023 is #A9BFDC. Grayscale: #434343. Windows color (decimal): -11124701 or 2310230. OLE color: 2310230.

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

Color convert

RGB 86 64 35 -
CMYK 0 0.26 0.59 0.66
HSL 34.12º 0.42% 0.24% -
HSV(B) 34.12º 0.59% 0.34% -
XYZ 5.97 5.77 2.39 -
YUV 67.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 86 64 35 0 0.26 0.59 0.66 34.12 0.42 0.24
Hex 56 40 23 0 1A 3B 42 22 2A 18
Octal 126 100 43 0 32 73 102 42 52 30
Binary 1010110 1000000 100011 0 11010 111011 1000010 100010 101010 11000

Color Harmonies of #564023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564023

Black with #564023

Text Example


Text Example

White with #564023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564023; }

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

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

background-color css

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

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

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

border-color css

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

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

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