Html Css Color HEX #534809 Bronze Olive

📋 copy color: '#534809'

red 83 ◦ green 72 ◦ blue 9

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

Shades of Bronze Olive #534809

Tints of Bronze Olive #534809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.49%

R = 50.61%
G = 43.9%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#534809 (or 0x534809) is known color: Bronze Olive. HEX triplet: 53, 48 and 09. RGB value is (83,72,9). Sum of RGB (Red+Green+Blue) = 83+72+9=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 9 (3.91% from 255 or 5.49% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #534809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534809 is #ACB7F6. Grayscale: #444444. Windows color (decimal): -11319287 or 608339. OLE color: 608339.

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

Color convert

RGB 83 72 9 -
CMYK 0 0.13 0.89 0.67
HSL 51.08º 0.8% 0.18% -
HSV(B) 51.08º 0.89% 0.33% -
XYZ 5.93 6.49 1.2 -
YUV 68.11 94.64 138.62 -
System Red Green Blue C M Y K H S L
Decimal 83 72 9 0 0.13 0.89 0.67 51.08 0.8 0.18
Hex 53 48 9 0 D 59 43 33 50 12
Octal 123 110 11 0 15 131 103 63 120 22
Binary 1010011 1001000 1001 0 1101 1011001 1000011 110011 1010000 10010

Color Harmonies of #534809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534809

Black with #534809

Text Example


Text Example

White with #534809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534809; }

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

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

background-color css

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

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

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

border-color css

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

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

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