Html Css Color HEX #5A4E23 Bronze Olive

📋 copy color: '#5A4E23'

red 90 ◦ green 78 ◦ blue 35

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

Shades of Bronze Olive #5A4E23

Tints of Bronze Olive #5A4E23

RGB

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

 GREEN value IS 78 (30.86% from 255) = 38.42%

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

R = 44.33%
G = 38.42%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#5A4E23 (or 0x5A4E23) is known color: Bronze Olive. HEX triplet: 5A, 4E and 23. RGB value is (90,78,35). Sum of RGB (Red+Green+Blue) = 90+78+35=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4E23 is #A5B1DC. Grayscale: #4C4C4C. Windows color (decimal): -10858973 or 2313818. OLE color: 2313818.

HSL color Cylindrical-coordinate representation of color #5A4E23: hue angle of 46.91º 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 #5A4E23 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 78 35 -
CMYK 0 0.13 0.61 0.65
HSL 46.91º 0.44% 0.25% -
HSV(B) 46.91º 0.61% 0.35% -
XYZ 7.24 7.74 2.7 -
YUV 76.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 90 78 35 0 0.13 0.61 0.65 46.91 0.44 0.25
Hex 5A 4E 23 0 D 3D 41 2F 2C 19
Octal 132 116 43 0 15 75 101 57 54 31
Binary 1011010 1001110 100011 0 1101 111101 1000001 101111 101100 11001

Color Harmonies of #5A4E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4E23

Black with #5A4E23

Text Example


Text Example

White with #5A4E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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