Html Css Color HEX #56422A Deep Bronze

📋 copy color: '#56422A'

red 86 ◦ green 66 ◦ blue 42

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

Shades of Deep Bronze #56422A

Tints of Deep Bronze #56422A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.02%

 BLUE value IS 42 (16.8% from 255) = 21.65%

R = 44.33%
G = 34.02%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#56422A (or 0x56422A) is known color: Deep Bronze. HEX triplet: 56, 42 and 2A. RGB value is (86,66,42). Sum of RGB (Red+Green+Blue) = 86+66+42=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #56422A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56422A is #A9BDD5. Grayscale: #454545. Windows color (decimal): -11124182 or 2769494. OLE color: 2769494.

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

Color convert

RGB 86 66 42 -
CMYK 0 0.23 0.51 0.66
HSL 32.73º 0.34% 0.25% -
HSV(B) 32.73º 0.51% 0.34% -
XYZ 6.2 6.04 3.03 -
YUV 69.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 86 66 42 0 0.23 0.51 0.66 32.73 0.34 0.25
Hex 56 42 2A 0 17 33 42 21 22 19
Octal 126 102 52 0 27 63 102 41 42 31
Binary 1010110 1000010 101010 0 10111 110011 1000010 100001 100010 11001

Color Harmonies of #56422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56422A

Black with #56422A

Text Example


Text Example

White with #56422A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56422A; }

 p { color: rgb(86,66,42); }

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

background-color css

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

 a { background-color: rgb(86,66,42); }

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

border-color css

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

 span { border-color: rgb(86,66,42); }

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