Html Css Color HEX #534A1F Bronze Olive

📋 copy color: '#534A1F'

red 83 ◦ green 74 ◦ blue 31

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

Shades of Bronze Olive #534A1F

Tints of Bronze Olive #534A1F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 39.36%

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

R = 44.15%
G = 39.36%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#534A1F (or 0x534A1F) is known color: Bronze Olive. HEX triplet: 53, 4A and 1F. RGB value is (83,74,31). Sum of RGB (Red+Green+Blue) = 83+74+31=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #534A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A1F is #ACB5E0. Grayscale: #474747. Windows color (decimal): -11318753 or 2050643. OLE color: 2050643.

HSL color Cylindrical-coordinate representation of color #534A1F: hue angle of 49.62º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #534A1F is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 74 31 -
CMYK 0 0.11 0.63 0.67
HSL 49.62º 0.46% 0.22% -
HSV(B) 49.62º 0.63% 0.33% -
XYZ 6.26 6.84 2.29 -
YUV 71.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 83 74 31 0 0.11 0.63 0.67 49.62 0.46 0.22
Hex 53 4A 1F 0 B 3F 43 32 2E 16
Octal 123 112 37 0 13 77 103 62 56 26
Binary 1010011 1001010 11111 0 1011 111111 1000011 110010 101110 10110

Color Harmonies of #534A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A1F

Black with #534A1F

Text Example


Text Example

White with #534A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,74,31); }

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

background-color css

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

 a { background-color: rgb(83,74,31); }

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

border-color css

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

 span { border-color: rgb(83,74,31); }

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