Html Css Color HEX #5A4823 Bronze Olive

📋 copy color: '#5A4823'

red 90 ◦ green 72 ◦ blue 35

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

Shades of Bronze Olive #5A4823

Tints of Bronze Olive #5A4823

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.55%

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

R = 45.69%
G = 36.55%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#5A4823 (or 0x5A4823) is known color: Bronze Olive. HEX triplet: 5A, 48 and 23. RGB value is (90,72,35). Sum of RGB (Red+Green+Blue) = 90+72+35=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4823 is #A5B7DC. Grayscale: #494949. Windows color (decimal): -10860509 or 2312282. OLE color: 2312282.

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

Color convert

RGB 90 72 35 -
CMYK 0 0.20 0.61 0.65
HSL 40.36º 0.44% 0.25% -
HSV(B) 40.36º 0.61% 0.35% -
XYZ 6.84 6.93 2.57 -
YUV 73.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 90 72 35 0 0.20 0.61 0.65 40.36 0.44 0.25
Hex 5A 48 23 0 14 3D 41 28 2C 19
Octal 132 110 43 0 24 75 101 50 54 31
Binary 1011010 1001000 100011 0 10100 111101 1000001 101000 101100 11001

Color Harmonies of #5A4823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4823

Black with #5A4823

Text Example


Text Example

White with #5A4823

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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