Html Css Color HEX #5A4623 Bronze Olive

📋 copy color: '#5A4623'

red 90 ◦ green 70 ◦ blue 35

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

Shades of Bronze Olive #5A4623

Tints of Bronze Olive #5A4623

RGB

 RED value IS 90 (35.55% from 255) = 46.15%

 GREEN value IS 70 (27.73% from 255) = 35.9%

 BLUE value IS 35 (14.06% from 255) = 17.95%

R = 46.15%
G = 35.9%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#5A4623 (or 0x5A4623) is known color: Bronze Olive. HEX triplet: 5A, 46 and 23. RGB value is (90,70,35). Sum of RGB (Red+Green+Blue) = 90+70+35=195 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.15% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4623 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4623 is #A5B9DC. Grayscale: #484848. Windows color (decimal): -10861021 or 2311770. OLE color: 2311770.

HSL color Cylindrical-coordinate representation of color #5A4623: hue angle of 38.18º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A4623 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 70 35 -
CMYK 0 0.22 0.61 0.65
HSL 38.18º 0.44% 0.25% -
HSV(B) 38.18º 0.61% 0.35% -
XYZ 6.71 6.68 2.52 -
YUV 71.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 90 70 35 0 0.22 0.61 0.65 38.18 0.44 0.25
Hex 5A 46 23 0 16 3D 41 26 2C 19
Octal 132 106 43 0 26 75 101 46 54 31
Binary 1011010 1000110 100011 0 10110 111101 1000001 100110 101100 11001

Color Harmonies of #5A4623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4623

Black with #5A4623

Text Example


Text Example

White with #5A4623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A4623; }

 p { color: rgb(90,70,35); }

 H1.HeaderClassName
 {
   color: #5A4623;
 }
 .AnyTagClassName
 {
   color: #5A4623;
 }
</style>

background-color css

<style>
 a { background-color: #5A4623; }

 a { background-color: rgb(90,70,35); }

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

border-color css

<style>
 span { border-color: #5A4623; }

 span { border-color: rgb(90,70,35); }

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