Html Css Color HEX #534D0E Bronze Olive

📋 copy color: '#534D0E'

red 83 ◦ green 77 ◦ blue 14

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

Shades of Bronze Olive #534D0E

Tints of Bronze Olive #534D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.05%

R = 47.7%
G = 44.25%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#534D0E (or 0x534D0E) is known color: Bronze Olive. HEX triplet: 53, 4D and 0E. RGB value is (83,77,14). Sum of RGB (Red+Green+Blue) = 83+77+14=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #534D0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D0E is #ACB2F1. Grayscale: #474747. Windows color (decimal): -11318002 or 937299. OLE color: 937299.

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

Color convert

RGB 83 77 14 -
CMYK 0 0.07 0.83 0.67
HSL 54.78º 0.71% 0.19% -
HSV(B) 54.78º 0.83% 0.33% -
XYZ 6.3 7.18 1.47 -
YUV 71.61 95.49 136.12 -
System Red Green Blue C M Y K H S L
Decimal 83 77 14 0 0.07 0.83 0.67 54.78 0.71 0.19
Hex 53 4D E 0 7 53 43 37 47 13
Octal 123 115 16 0 7 123 103 67 107 23
Binary 1010011 1001101 1110 0 111 1010011 1000011 110111 1000111 10011

Color Harmonies of #534D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D0E

Black with #534D0E

Text Example


Text Example

White with #534D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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