Html Css Color HEX #534509 Bronze Olive

📋 copy color: '#534509'

red 83 ◦ green 69 ◦ blue 9

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

Shades of Bronze Olive #534509

Tints of Bronze Olive #534509

RGB

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

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

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

R = 51.55%
G = 42.86%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#534509 (or 0x534509) is known color: Bronze Olive. HEX triplet: 53, 45 and 09. RGB value is (83,69,9). Sum of RGB (Red+Green+Blue) = 83+69+9=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #534509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534509 is #ACBAF6. Grayscale: #424242. Windows color (decimal): -11320055 or 607571. OLE color: 607571.

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

Color convert

RGB 83 69 9 -
CMYK 0 0.17 0.89 0.67
HSL 48.65º 0.8% 0.18% -
HSV(B) 48.65º 0.89% 0.33% -
XYZ 5.74 6.11 1.14 -
YUV 66.35 95.64 139.88 -
System Red Green Blue C M Y K H S L
Decimal 83 69 9 0 0.17 0.89 0.67 48.65 0.8 0.18
Hex 53 45 9 0 11 59 43 31 50 12
Octal 123 105 11 0 21 131 103 61 120 22
Binary 1010011 1000101 1001 0 10001 1011001 1000011 110001 1010000 10010

Color Harmonies of #534509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534509

Black with #534509

Text Example


Text Example

White with #534509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534509; }

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

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

background-color css

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

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

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

border-color css

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

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

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