Html Css Color HEX #534722 Bronze Olive

📋 copy color: '#534722'

red 83 ◦ green 71 ◦ blue 34

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

Shades of Bronze Olive #534722

Tints of Bronze Olive #534722

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.77%

 BLUE value IS 34 (13.67% from 255) = 18.09%

R = 44.15%
G = 37.77%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#534722 (or 0x534722) is known color: Bronze Olive. HEX triplet: 53, 47 and 22. RGB value is (83,71,34). Sum of RGB (Red+Green+Blue) = 83+71+34=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 34 (13.67% from 255 or 18.09% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #534722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534722 is #ACB8DD. Grayscale: #464646. Windows color (decimal): -11319518 or 2246483. OLE color: 2246483.

HSL color Cylindrical-coordinate representation of color #534722: hue angle of 45.31º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #534722 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 71 34 -
CMYK 0 0.14 0.59 0.67
HSL 45.31º 0.42% 0.23% -
HSV(B) 45.31º 0.59% 0.33% -
XYZ 6.11 6.46 2.44 -
YUV 70.37 107.48 137.01 -
System Red Green Blue C M Y K H S L
Decimal 83 71 34 0 0.14 0.59 0.67 45.31 0.42 0.23
Hex 53 47 22 0 E 3B 43 2D 2A 17
Octal 123 107 42 0 16 73 103 55 52 27
Binary 1010011 1000111 100010 0 1110 111011 1000011 101101 101010 10111

Color Harmonies of #534722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534722

Black with #534722

Text Example


Text Example

White with #534722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534722; }

 p { color: rgb(83,71,34); }

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

background-color css

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

 a { background-color: rgb(83,71,34); }

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

border-color css

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

 span { border-color: rgb(83,71,34); }

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