Html Css Color HEX #534609 Bronze Olive

📋 copy color: '#534609'

red 83 ◦ green 70 ◦ blue 9

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

Shades of Bronze Olive #534609

Tints of Bronze Olive #534609

RGB

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

 GREEN value IS 70 (27.73% from 255) = 43.21%

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

R = 51.23%
G = 43.21%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#534609 (or 0x534609) is known color: Bronze Olive. HEX triplet: 53, 46 and 09. RGB value is (83,70,9). Sum of RGB (Red+Green+Blue) = 83+70+9=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #534609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534609 is #ACB9F6. Grayscale: #434343. Windows color (decimal): -11319799 or 607827. OLE color: 607827.

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

Color convert

RGB 83 70 9 -
CMYK 0 0.16 0.89 0.67
HSL 49.46º 0.8% 0.18% -
HSV(B) 49.46º 0.89% 0.33% -
XYZ 5.81 6.24 1.16 -
YUV 66.93 95.31 139.46 -
System Red Green Blue C M Y K H S L
Decimal 83 70 9 0 0.16 0.89 0.67 49.46 0.8 0.18
Hex 53 46 9 0 10 59 43 31 50 12
Octal 123 106 11 0 20 131 103 61 120 22
Binary 1010011 1000110 1001 0 10000 1011001 1000011 110001 1010000 10010

Color Harmonies of #534609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534609

Black with #534609

Text Example


Text Example

White with #534609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534609; }

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

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

background-color css

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

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

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

border-color css

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

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

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