Html Css Color HEX #534506 Bronze Olive

📋 copy color: '#534506'

red 83 ◦ green 69 ◦ blue 6

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

Shades of Bronze Olive #534506

Tints of Bronze Olive #534506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.8%

R = 52.53%
G = 43.67%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#534506 (or 0x534506) is known color: Bronze Olive. HEX triplet: 53, 45 and 06. RGB value is (83,69,6). Sum of RGB (Red+Green+Blue) = 83+69+6=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #534506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534506 is #ACBAF9. Grayscale: #424242. Windows color (decimal): -11320058 or 410963. OLE color: 410963.

HSL color Cylindrical-coordinate representation of color #534506: hue angle of 49.09º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #534506 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 69 6 -
CMYK 0 0.17 0.93 0.67
HSL 49.09º 0.87% 0.17% -
HSV(B) 49.09º 0.93% 0.33% -
XYZ 5.73 6.11 1.05 -
YUV 66 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 83 69 6 0 0.17 0.93 0.67 49.09 0.87 0.17
Hex 53 45 6 0 11 5D 43 31 57 11
Octal 123 105 6 0 21 135 103 61 127 21
Binary 1010011 1000101 110 0 10001 1011101 1000011 110001 1010111 10001

Color Harmonies of #534506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534506

Black with #534506

Text Example


Text Example

White with #534506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534506; }

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

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

background-color css

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

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

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

border-color css

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

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

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