Html Css Color HEX #56421D Bronze Olive

📋 copy color: '#56421D'

red 86 ◦ green 66 ◦ blue 29

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

Shades of Bronze Olive #56421D

Tints of Bronze Olive #56421D

RGB

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

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

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

R = 47.51%
G = 36.46%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#56421D (or 0x56421D) is known color: Bronze Olive. HEX triplet: 56, 42 and 1D. RGB value is (86,66,29). Sum of RGB (Red+Green+Blue) = 86+66+29=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #56421D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56421D is #A9BDE2. Grayscale: #434343. Windows color (decimal): -11124195 or 1917526. OLE color: 1917526.

HSL color Cylindrical-coordinate representation of color #56421D: hue angle of 38.95º 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 #56421D is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 66 29 -
CMYK 0 0.23 0.66 0.66
HSL 38.95º 0.5% 0.23% -
HSV(B) 38.95º 0.66% 0.34% -
XYZ 6.01 5.96 2 -
YUV 67.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 86 66 29 0 0.23 0.66 0.66 38.95 0.5 0.23
Hex 56 42 1D 0 17 42 42 27 32 17
Octal 126 102 35 0 27 102 102 47 62 27
Binary 1010110 1000010 11101 0 10111 1000010 1000010 100111 110010 10111

Color Harmonies of #56421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56421D

Black with #56421D

Text Example


Text Example

White with #56421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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