Html Css Color HEX #534718 Bronze Olive

📋 copy color: '#534718'

red 83 ◦ green 71 ◦ blue 24

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

Shades of Bronze Olive #534718

Tints of Bronze Olive #534718

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.89%

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

R = 46.63%
G = 39.89%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#534718 (or 0x534718) is known color: Bronze Olive. HEX triplet: 53, 47 and 18. RGB value is (83,71,24). Sum of RGB (Red+Green+Blue) = 83+71+24=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #534718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534718 is #ACB8E7. Grayscale: #454545. Windows color (decimal): -11319528 or 1591123. OLE color: 1591123.

HSL color Cylindrical-coordinate representation of color #534718: hue angle of 47.8º 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 #534718 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 71 24 -
CMYK 0 0.14 0.71 0.67
HSL 47.8º 0.55% 0.21% -
HSV(B) 47.8º 0.71% 0.33% -
XYZ 5.99 6.41 1.79 -
YUV 69.23 102.48 137.82 -
System Red Green Blue C M Y K H S L
Decimal 83 71 24 0 0.14 0.71 0.67 47.8 0.55 0.21
Hex 53 47 18 0 E 47 43 30 37 15
Octal 123 107 30 0 16 107 103 60 67 25
Binary 1010011 1000111 11000 0 1110 1000111 1000011 110000 110111 10101

Color Harmonies of #534718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534718

Black with #534718

Text Example


Text Example

White with #534718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534718; }

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

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

background-color css

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

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

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

border-color css

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

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

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