Html Css Color HEX #564025 Deep Bronze

📋 copy color: '#564025'

red 86 ◦ green 64 ◦ blue 37

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

Shades of Deep Bronze #564025

Tints of Deep Bronze #564025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.79%

R = 45.99%
G = 34.22%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#564025 (or 0x564025) is known color: Deep Bronze. HEX triplet: 56, 40 and 25. RGB value is (86,64,37). Sum of RGB (Red+Green+Blue) = 86+64+37=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #564025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564025 is #A9BFDA. Grayscale: #434343. Windows color (decimal): -11124699 or 2441302. OLE color: 2441302.

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

Color convert

RGB 86 64 37 -
CMYK 0 0.26 0.57 0.66
HSL 33.06º 0.4% 0.24% -
HSV(B) 33.06º 0.57% 0.34% -
XYZ 6.01 5.78 2.55 -
YUV 67.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 86 64 37 0 0.26 0.57 0.66 33.06 0.4 0.24
Hex 56 40 25 0 1A 39 42 21 28 18
Octal 126 100 45 0 32 71 102 41 50 30
Binary 1010110 1000000 100101 0 11010 111001 1000010 100001 101000 11000

Color Harmonies of #564025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564025

Black with #564025

Text Example


Text Example

White with #564025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564025; }

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

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

background-color css

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

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

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

border-color css

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

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

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