Html Css Color HEX #534518 Bronze Olive

📋 copy color: '#534518'

red 83 ◦ green 69 ◦ blue 24

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

Shades of Bronze Olive #534518

Tints of Bronze Olive #534518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.2%

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

R = 47.16%
G = 39.2%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#534518 (or 0x534518) is known color: Bronze Olive. HEX triplet: 53, 45 and 18. RGB value is (83,69,24). Sum of RGB (Red+Green+Blue) = 83+69+24=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #534518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534518 is #ACBAE7. Grayscale: #444444. Windows color (decimal): -11320040 or 1590611. OLE color: 1590611.

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

Color convert

RGB 83 69 24 -
CMYK 0 0.17 0.71 0.67
HSL 45.76º 0.55% 0.21% -
HSV(B) 45.76º 0.71% 0.33% -
XYZ 5.86 6.16 1.74 -
YUV 68.06 103.14 138.66 -
System Red Green Blue C M Y K H S L
Decimal 83 69 24 0 0.17 0.71 0.67 45.76 0.55 0.21
Hex 53 45 18 0 11 47 43 2E 37 15
Octal 123 105 30 0 21 107 103 56 67 25
Binary 1010011 1000101 11000 0 10001 1000111 1000011 101110 110111 10101

Color Harmonies of #534518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534518

Black with #534518

Text Example


Text Example

White with #534518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534518; }

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

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

background-color css

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

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

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

border-color css

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

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

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