Html Css Color HEX #534A1C Bronze Olive

📋 copy color: '#534A1C'

red 83 ◦ green 74 ◦ blue 28

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

Shades of Bronze Olive #534A1C

Tints of Bronze Olive #534A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.14%

R = 44.86%
G = 40%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#534A1C (or 0x534A1C) is known color: Bronze Olive. HEX triplet: 53, 4A and 1C. RGB value is (83,74,28). Sum of RGB (Red+Green+Blue) = 83+74+28=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #534A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A1C is #ACB5E3. Grayscale: #474747. Windows color (decimal): -11318756 or 1854035. OLE color: 1854035.

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

Color convert

RGB 83 74 28 -
CMYK 0 0.11 0.66 0.67
HSL 50.18º 0.5% 0.22% -
HSV(B) 50.18º 0.66% 0.33% -
XYZ 6.23 6.82 2.09 -
YUV 71.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 83 74 28 0 0.11 0.66 0.67 50.18 0.5 0.22
Hex 53 4A 1C 0 B 42 43 32 32 16
Octal 123 112 34 0 13 102 103 62 62 26
Binary 1010011 1001010 11100 0 1011 1000010 1000011 110010 110010 10110

Color Harmonies of #534A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A1C

Black with #534A1C

Text Example


Text Example

White with #534A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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