Html Css Color HEX #5D4923 Bronze Olive

📋 copy color: '#5D4923'

red 93 ◦ green 73 ◦ blue 35

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

Shades of Bronze Olive #5D4923

Tints of Bronze Olive #5D4923

RGB

 RED value IS 93 (36.72% from 255) = 46.27%

 GREEN value IS 73 (28.91% from 255) = 36.32%

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

R = 46.27%
G = 36.32%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.64

RGB Variations

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

Color information

#5D4923 (or 0x5D4923) is known color: Bronze Olive. HEX triplet: 5D, 49 and 23. RGB value is (93,73,35). Sum of RGB (Red+Green+Blue) = 93+73+35=201 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.27% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4923 is #A2B6DC. Grayscale: #4A4A4A. Windows color (decimal): -10663645 or 2312541. OLE color: 2312541.

HSL color Cylindrical-coordinate representation of color #5D4923: hue angle of 39.31º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D4923 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 73 35 -
CMYK 0 0.22 0.62 0.64
HSL 39.31º 0.45% 0.25% -
HSV(B) 39.31º 0.62% 0.36% -
XYZ 7.2 7.21 2.6 -
YUV 74.65 105.63 141.09 -
System Red Green Blue C M Y K H S L
Decimal 93 73 35 0 0.22 0.62 0.64 39.31 0.45 0.25
Hex 5D 49 23 0 16 3E 40 27 2D 19
Octal 135 111 43 0 26 76 100 47 55 31
Binary 1011101 1001001 100011 0 10110 111110 1000000 100111 101101 11001

Color Harmonies of #5D4923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4923

Black with #5D4923

Text Example


Text Example

White with #5D4923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,73,35); }

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

background-color css

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

 a { background-color: rgb(93,73,35); }

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

border-color css

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

 span { border-color: rgb(93,73,35); }

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