Html Css Color HEX #534621 Bronze Olive

📋 copy color: '#534621'

red 83 ◦ green 70 ◦ blue 33

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

Shades of Bronze Olive #534621

Tints of Bronze Olive #534621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.74%

R = 44.62%
G = 37.63%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#534621 (or 0x534621) is known color: Bronze Olive. HEX triplet: 53, 46 and 21. RGB value is (83,70,33). Sum of RGB (Red+Green+Blue) = 83+70+33=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #534621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534621 is #ACB9DE. Grayscale: #454545. Windows color (decimal): -11319775 or 2180691. OLE color: 2180691.

HSL color Cylindrical-coordinate representation of color #534621: hue angle of 44.4º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #534621 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 70 33 -
CMYK 0 0.16 0.60 0.67
HSL 44.4º 0.43% 0.23% -
HSV(B) 44.4º 0.6% 0.33% -
XYZ 6.03 6.33 2.34 -
YUV 69.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 83 70 33 0 0.16 0.60 0.67 44.4 0.43 0.23
Hex 53 46 21 0 10 3C 43 2C 2B 17
Octal 123 106 41 0 20 74 103 54 53 27
Binary 1010011 1000110 100001 0 10000 111100 1000011 101100 101011 10111

Color Harmonies of #534621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534621

Black with #534621

Text Example


Text Example

White with #534621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534621; }

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

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

background-color css

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

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

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

border-color css

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

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

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