Html Css Color HEX #56422C Deep Bronze

📋 copy color: '#56422C'

red 86 ◦ green 66 ◦ blue 44

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

Shades of Deep Bronze #56422C

Tints of Deep Bronze #56422C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.45%

R = 43.88%
G = 33.67%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#56422C (or 0x56422C) is known color: Deep Bronze. HEX triplet: 56, 42 and 2C. RGB value is (86,66,44). Sum of RGB (Red+Green+Blue) = 86+66+44=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #56422C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56422C is #A9BDD3. Grayscale: #454545. Windows color (decimal): -11124180 or 2900566. OLE color: 2900566.

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

Color convert

RGB 86 66 44 -
CMYK 0 0.23 0.49 0.66
HSL 31.43º 0.32% 0.25% -
HSV(B) 31.43º 0.49% 0.34% -
XYZ 6.24 6.06 3.22 -
YUV 69.47 113.63 139.79 -
System Red Green Blue C M Y K H S L
Decimal 86 66 44 0 0.23 0.49 0.66 31.43 0.32 0.25
Hex 56 42 2C 0 17 31 42 1F 20 19
Octal 126 102 54 0 27 61 102 37 40 31
Binary 1010110 1000010 101100 0 10111 110001 1000010 11111 100000 11001

Color Harmonies of #56422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56422C

Black with #56422C

Text Example


Text Example

White with #56422C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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