Html Css Color HEX #56442A Deep Bronze

📋 copy color: '#56442A'

red 86 ◦ green 68 ◦ blue 42

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

Shades of Deep Bronze #56442A

Tints of Deep Bronze #56442A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.69%

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

R = 43.88%
G = 34.69%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#56442A (or 0x56442A) is known color: Deep Bronze. HEX triplet: 56, 44 and 2A. RGB value is (86,68,42). Sum of RGB (Red+Green+Blue) = 86+68+42=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #56442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56442A is #A9BBD5. Grayscale: #464646. Windows color (decimal): -11123670 or 2770006. OLE color: 2770006.

HSL color Cylindrical-coordinate representation of color #56442A: hue angle of 35.45º 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 #56442A is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 68 42 -
CMYK 0 0.21 0.51 0.66
HSL 35.45º 0.34% 0.25% -
HSV(B) 35.45º 0.51% 0.34% -
XYZ 6.32 6.28 3.07 -
YUV 70.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 86 68 42 0 0.21 0.51 0.66 35.45 0.34 0.25
Hex 56 44 2A 0 15 33 42 23 22 19
Octal 126 104 52 0 25 63 102 43 42 31
Binary 1010110 1000100 101010 0 10101 110011 1000010 100011 100010 11001

Color Harmonies of #56442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56442A

Black with #56442A

Text Example


Text Example

White with #56442A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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