Html Css Color HEX #5A441F Bronze Olive

📋 copy color: '#5A441F'

red 90 ◦ green 68 ◦ blue 31

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

Shades of Bronze Olive #5A441F

Tints of Bronze Olive #5A441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.98%

 BLUE value IS 31 (12.5% from 255) = 16.4%

R = 47.62%
G = 35.98%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#5A441F (or 0x5A441F) is known color: Bronze Olive. HEX triplet: 5A, 44 and 1F. RGB value is (90,68,31). Sum of RGB (Red+Green+Blue) = 90+68+31=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 90 - color contains mainly: red. Hex color #5A441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A441F is #A5BBE0. Grayscale: #464646. Windows color (decimal): -10861537 or 2049114. OLE color: 2049114.

HSL color Cylindrical-coordinate representation of color #5A441F: hue angle of 37.63º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A441F is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 68 31 -
CMYK 0 0.24 0.66 0.65
HSL 37.63º 0.49% 0.24% -
HSV(B) 37.63º 0.66% 0.35% -
XYZ 6.53 6.41 2.19 -
YUV 70.36 105.79 142.01 -
System Red Green Blue C M Y K H S L
Decimal 90 68 31 0 0.24 0.66 0.65 37.63 0.49 0.24
Hex 5A 44 1F 0 18 42 41 26 31 18
Octal 132 104 37 0 30 102 101 46 61 30
Binary 1011010 1000100 11111 0 11000 1000010 1000001 100110 110001 11000

Color Harmonies of #5A441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A441F

Black with #5A441F

Text Example


Text Example

White with #5A441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,68,31); }

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

background-color css

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

 a { background-color: rgb(90,68,31); }

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

border-color css

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

 span { border-color: rgb(90,68,31); }

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