Html Css Color HEX #534918 Bronze Olive

📋 copy color: '#534918'

red 83 ◦ green 73 ◦ blue 24

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

Shades of Bronze Olive #534918

Tints of Bronze Olive #534918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.56%

 BLUE value IS 24 (9.77% from 255) = 13.33%

R = 46.11%
G = 40.56%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#534918 (or 0x534918) is known color: Bronze Olive. HEX triplet: 53, 49 and 18. RGB value is (83,73,24). Sum of RGB (Red+Green+Blue) = 83+73+24=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #534918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534918 is #ACB6E7. Grayscale: #464646. Windows color (decimal): -11319016 or 1591635. OLE color: 1591635.

HSL color Cylindrical-coordinate representation of color #534918: hue angle of 49.83º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #534918 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 73 24 -
CMYK 0 0.12 0.71 0.67
HSL 49.83º 0.55% 0.21% -
HSV(B) 49.83º 0.71% 0.33% -
XYZ 6.11 6.67 1.83 -
YUV 70.4 101.81 136.98 -
System Red Green Blue C M Y K H S L
Decimal 83 73 24 0 0.12 0.71 0.67 49.83 0.55 0.21
Hex 53 49 18 0 C 47 43 32 37 15
Octal 123 111 30 0 14 107 103 62 67 25
Binary 1010011 1001001 11000 0 1100 1000111 1000011 110010 110111 10101

Color Harmonies of #534918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534918

Black with #534918

Text Example


Text Example

White with #534918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534918; }

 p { color: rgb(83,73,24); }

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

background-color css

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

 a { background-color: rgb(83,73,24); }

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

border-color css

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

 span { border-color: rgb(83,73,24); }

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