Html Css Color HEX #534D0D Bronze Olive

📋 copy color: '#534D0D'

red 83 ◦ green 77 ◦ blue 13

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

Shades of Bronze Olive #534D0D

Tints of Bronze Olive #534D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.51%

R = 47.98%
G = 44.51%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#534D0D (or 0x534D0D) is known color: Bronze Olive. HEX triplet: 53, 4D and 0D. RGB value is (83,77,13). Sum of RGB (Red+Green+Blue) = 83+77+13=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #534D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D0D is #ACB2F2. Grayscale: #474747. Windows color (decimal): -11318003 or 871763. OLE color: 871763.

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

Color convert

RGB 83 77 13 -
CMYK 0 0.07 0.84 0.67
HSL 54.86º 0.73% 0.19% -
HSV(B) 54.86º 0.84% 0.33% -
XYZ 6.29 7.18 1.43 -
YUV 71.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 83 77 13 0 0.07 0.84 0.67 54.86 0.73 0.19
Hex 53 4D D 0 7 54 43 37 49 13
Octal 123 115 15 0 7 124 103 67 111 23
Binary 1010011 1001101 1101 0 111 1010100 1000011 110111 1001001 10011

Color Harmonies of #534D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D0D

Black with #534D0D

Text Example


Text Example

White with #534D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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