Html Css Color HEX #534817 Bronze Olive

📋 copy color: '#534817'

red 83 ◦ green 72 ◦ blue 23

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

Shades of Bronze Olive #534817

Tints of Bronze Olive #534817

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.45%

 BLUE value IS 23 (9.38% from 255) = 12.92%

R = 46.63%
G = 40.45%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#534817 (or 0x534817) is known color: Bronze Olive. HEX triplet: 53, 48 and 17. RGB value is (83,72,23). Sum of RGB (Red+Green+Blue) = 83+72+23=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 23 (9.38% from 255 or 12.92% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #534817 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534817 is #ACB7E8. Grayscale: #454545. Windows color (decimal): -11319273 or 1525843. OLE color: 1525843.

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

Color convert

RGB 83 72 23 -
CMYK 0 0.13 0.72 0.67
HSL 49º 0.57% 0.21% -
HSV(B) 49º 0.72% 0.33% -
XYZ 6.04 6.54 1.75 -
YUV 69.7 101.64 137.48 -
System Red Green Blue C M Y K H S L
Decimal 83 72 23 0 0.13 0.72 0.67 49 0.57 0.21
Hex 53 48 17 0 D 48 43 31 39 15
Octal 123 110 27 0 15 110 103 61 71 25
Binary 1010011 1001000 10111 0 1101 1001000 1000011 110001 111001 10101

Color Harmonies of #534817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534817

Black with #534817

Text Example


Text Example

White with #534817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534817; }

 p { color: rgb(83,72,23); }

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

background-color css

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

 a { background-color: rgb(83,72,23); }

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

border-color css

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

 span { border-color: rgb(83,72,23); }

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