Html Css Color HEX #5A4312 Bronze Olive

📋 copy color: '#5A4312'

red 90 ◦ green 67 ◦ blue 18

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

Shades of Bronze Olive #5A4312

Tints of Bronze Olive #5A4312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.29%

 BLUE value IS 18 (7.42% from 255) = 10.29%

R = 51.43%
G = 38.29%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#5A4312 (or 0x5A4312) is known color: Bronze Olive. HEX triplet: 5A, 43 and 12. RGB value is (90,67,18). Sum of RGB (Red+Green+Blue) = 90+67+18=175 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.43% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4312 is #A5BCED. Grayscale: #444444. Windows color (decimal): -10861806 or 1196890. OLE color: 1196890.

HSL color Cylindrical-coordinate representation of color #5A4312: hue angle of 40.83º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A4312 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 67 18 -
CMYK 0 0.26 0.80 0.65
HSL 40.83º 0.67% 0.21% -
HSV(B) 40.83º 0.8% 0.35% -
XYZ 6.33 6.23 1.44 -
YUV 68.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 90 67 18 0 0.26 0.80 0.65 40.83 0.67 0.21
Hex 5A 43 12 0 1A 50 41 29 43 15
Octal 132 103 22 0 32 120 101 51 103 25
Binary 1011010 1000011 10010 0 11010 1010000 1000001 101001 1000011 10101

Color Harmonies of #5A4312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4312

Black with #5A4312

Text Example


Text Example

White with #5A4312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,67,18); }

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

background-color css

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

 a { background-color: rgb(90,67,18); }

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

border-color css

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

 span { border-color: rgb(90,67,18); }

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