Html Css Color HEX #534F19 Bronze Olive

📋 copy color: '#534F19'

red 83 ◦ green 79 ◦ blue 25

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

Shades of Bronze Olive #534F19

Tints of Bronze Olive #534F19

RGB

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

 GREEN value IS 79 (31.25% from 255) = 42.25%

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

R = 44.39%
G = 42.25%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#534F19 (or 0x534F19) is known color: Bronze Olive. HEX triplet: 53, 4F and 19. RGB value is (83,79,25). Sum of RGB (Red+Green+Blue) = 83+79+25=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #534F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F19 is #ACB0E6. Grayscale: #4A4A4A. Windows color (decimal): -11317479 or 1658707. OLE color: 1658707.

HSL color Cylindrical-coordinate representation of color #534F19: hue angle of 55.86º 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 #534F19 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 79 25 -
CMYK 0 0.05 0.70 0.67
HSL 55.86º 0.54% 0.21% -
HSV(B) 55.86º 0.7% 0.33% -
XYZ 6.54 7.5 2.02 -
YUV 74.04 100.33 134.39 -
System Red Green Blue C M Y K H S L
Decimal 83 79 25 0 0.05 0.70 0.67 55.86 0.54 0.21
Hex 53 4F 19 0 5 46 43 38 36 15
Octal 123 117 31 0 5 106 103 70 66 25
Binary 1010011 1001111 11001 0 101 1000110 1000011 111000 110110 10101

Color Harmonies of #534F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F19

Black with #534F19

Text Example


Text Example

White with #534F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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