Html Css Color HEX #56401C Deep Bronze

📋 copy color: '#56401C'

red 86 ◦ green 64 ◦ blue 28

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

Shades of Deep Bronze #56401C

Tints of Deep Bronze #56401C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.73%

R = 48.31%
G = 35.96%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#56401C (or 0x56401C) is known color: Deep Bronze. HEX triplet: 56, 40 and 1C. RGB value is (86,64,28). Sum of RGB (Red+Green+Blue) = 86+64+28=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #56401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56401C is #A9BFE3. Grayscale: #424242. Windows color (decimal): -11124708 or 1851478. OLE color: 1851478.

HSL color Cylindrical-coordinate representation of color #56401C: hue angle of 37.24º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #56401C is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 64 28 -
CMYK 0 0.26 0.67 0.66
HSL 37.24º 0.51% 0.22% -
HSV(B) 37.24º 0.67% 0.34% -
XYZ 5.88 5.73 1.89 -
YUV 66.47 106.29 141.93 -
System Red Green Blue C M Y K H S L
Decimal 86 64 28 0 0.26 0.67 0.66 37.24 0.51 0.22
Hex 56 40 1C 0 1A 43 42 25 33 16
Octal 126 100 34 0 32 103 102 45 63 26
Binary 1010110 1000000 11100 0 11010 1000011 1000010 100101 110011 10110

Color Harmonies of #56401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56401C

Black with #56401C

Text Example


Text Example

White with #56401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56401C; }

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

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

background-color css

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

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

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

border-color css

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

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

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