Html Css Color HEX #534D1E Bronze Olive

📋 copy color: '#534D1E'

red 83 ◦ green 77 ◦ blue 30

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

Shades of Bronze Olive #534D1E

Tints of Bronze Olive #534D1E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 40.53%

 BLUE value IS 30 (12.11% from 255) = 15.79%

R = 43.68%
G = 40.53%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#534D1E (or 0x534D1E) is known color: Bronze Olive. HEX triplet: 53, 4D and 1E. RGB value is (83,77,30). Sum of RGB (Red+Green+Blue) = 83+77+30=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #534D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D1E is #ACB2E1. Grayscale: #494949. Windows color (decimal): -11317986 or 1985875. OLE color: 1985875.

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

Color convert

RGB 83 77 30 -
CMYK 0 0.07 0.64 0.67
HSL 53.21º 0.47% 0.22% -
HSV(B) 53.21º 0.64% 0.33% -
XYZ 6.46 7.24 2.29 -
YUV 73.44 103.49 134.82 -
System Red Green Blue C M Y K H S L
Decimal 83 77 30 0 0.07 0.64 0.67 53.21 0.47 0.22
Hex 53 4D 1E 0 7 40 43 35 2F 16
Octal 123 115 36 0 7 100 103 65 57 26
Binary 1010011 1001101 11110 0 111 1000000 1000011 110101 101111 10110

Color Harmonies of #534D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D1E

Black with #534D1E

Text Example


Text Example

White with #534D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,77,30); }

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

background-color css

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

 a { background-color: rgb(83,77,30); }

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

border-color css

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

 span { border-color: rgb(83,77,30); }

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