Html Css Color HEX #535019 Bronze Olive

📋 copy color: '#535019'

red 83 ◦ green 80 ◦ blue 25

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

Shades of Bronze Olive #535019

Tints of Bronze Olive #535019

RGB

 RED value IS 83 (32.81% from 255) = 44.15%

 GREEN value IS 80 (31.64% from 255) = 42.55%

 BLUE value IS 25 (10.16% from 255) = 13.3%

R = 44.15%
G = 42.55%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#535019 (or 0x535019) is known color: Bronze Olive. HEX triplet: 53, 50 and 19. RGB value is (83,80,25). Sum of RGB (Red+Green+Blue) = 83+80+25=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #535019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535019 is #ACAFE6. Grayscale: #4A4A4A. Windows color (decimal): -11317223 or 1658963. OLE color: 1658963.

HSL color Cylindrical-coordinate representation of color #535019: hue angle of 56.9º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #535019 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 80 25 -
CMYK 0 0.04 0.70 0.67
HSL 56.9º 0.54% 0.21% -
HSV(B) 56.9º 0.7% 0.33% -
XYZ 6.61 7.65 2.05 -
YUV 74.63 99.99 133.97 -
System Red Green Blue C M Y K H S L
Decimal 83 80 25 0 0.04 0.70 0.67 56.9 0.54 0.21
Hex 53 50 19 0 4 46 43 39 36 15
Octal 123 120 31 0 4 106 103 71 66 25
Binary 1010011 1010000 11001 0 100 1000110 1000011 111001 110110 10101

Color Harmonies of #535019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535019

Black with #535019

Text Example


Text Example

White with #535019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535019; }

 p { color: rgb(83,80,25); }

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

background-color css

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

 a { background-color: rgb(83,80,25); }

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

border-color css

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

 span { border-color: rgb(83,80,25); }

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