Html Css Color HEX #564126 Deep Bronze

📋 copy color: '#564126'

red 86 ◦ green 65 ◦ blue 38

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

Shades of Deep Bronze #564126

Tints of Deep Bronze #564126

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.39%

 BLUE value IS 38 (15.23% from 255) = 20.11%

R = 45.5%
G = 34.39%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#564126 (or 0x564126) is known color: Deep Bronze. HEX triplet: 56, 41 and 26. RGB value is (86,65,38). Sum of RGB (Red+Green+Blue) = 86+65+38=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #564126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564126 is #A9BED9. Grayscale: #444444. Windows color (decimal): -11124442 or 2507094. OLE color: 2507094.

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

Color convert

RGB 86 65 38 -
CMYK 0 0.24 0.56 0.66
HSL 33.75º 0.39% 0.24% -
HSV(B) 33.75º 0.56% 0.34% -
XYZ 6.08 5.9 2.65 -
YUV 68.2 110.96 140.7 -
System Red Green Blue C M Y K H S L
Decimal 86 65 38 0 0.24 0.56 0.66 33.75 0.39 0.24
Hex 56 41 26 0 18 38 42 22 27 18
Octal 126 101 46 0 30 70 102 42 47 30
Binary 1010110 1000001 100110 0 11000 111000 1000010 100010 100111 11000

Color Harmonies of #564126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564126

Black with #564126

Text Example


Text Example

White with #564126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564126; }

 p { color: rgb(86,65,38); }

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

background-color css

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

 a { background-color: rgb(86,65,38); }

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

border-color css

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

 span { border-color: rgb(86,65,38); }

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