Html Css Color HEX #56431D Bronze Olive

📋 copy color: '#56431D'

red 86 ◦ green 67 ◦ blue 29

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

Shades of Bronze Olive #56431D

Tints of Bronze Olive #56431D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.81%

 BLUE value IS 29 (11.72% from 255) = 15.93%

R = 47.25%
G = 36.81%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#56431D (or 0x56431D) is known color: Bronze Olive. HEX triplet: 56, 43 and 1D. RGB value is (86,67,29). Sum of RGB (Red+Green+Blue) = 86+67+29=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #56431D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56431D is #A9BCE2. Grayscale: #444444. Windows color (decimal): -11123939 or 1917782. OLE color: 1917782.

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

Color convert

RGB 86 67 29 -
CMYK 0 0.22 0.66 0.66
HSL 40º 0.5% 0.23% -
HSV(B) 40º 0.66% 0.34% -
XYZ 6.07 6.08 2.02 -
YUV 68.35 105.79 140.59 -
System Red Green Blue C M Y K H S L
Decimal 86 67 29 0 0.22 0.66 0.66 40 0.5 0.23
Hex 56 43 1D 0 16 42 42 28 32 17
Octal 126 103 35 0 26 102 102 50 62 27
Binary 1010110 1000011 11101 0 10110 1000010 1000010 101000 110010 10111

Color Harmonies of #56431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56431D

Black with #56431D

Text Example


Text Example

White with #56431D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56431D; }

 p { color: rgb(86,67,29); }

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

background-color css

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

 a { background-color: rgb(86,67,29); }

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

border-color css

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

 span { border-color: rgb(86,67,29); }

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