Html Css Color HEX #534622 Bronze Olive

📋 copy color: '#534622'

red 83 ◦ green 70 ◦ blue 34

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

Shades of Bronze Olive #534622

Tints of Bronze Olive #534622

RGB

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

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

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

R = 44.39%
G = 37.43%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#534622 (or 0x534622) is known color: Bronze Olive. HEX triplet: 53, 46 and 22. RGB value is (83,70,34). Sum of RGB (Red+Green+Blue) = 83+70+34=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #534622 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534622 is #ACB9DD. Grayscale: #454545. Windows color (decimal): -11319774 or 2246227. OLE color: 2246227.

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

Color convert

RGB 83 70 34 -
CMYK 0 0.16 0.59 0.67
HSL 44.08º 0.42% 0.23% -
HSV(B) 44.08º 0.59% 0.33% -
XYZ 6.05 6.33 2.42 -
YUV 69.78 107.81 137.43 -
System Red Green Blue C M Y K H S L
Decimal 83 70 34 0 0.16 0.59 0.67 44.08 0.42 0.23
Hex 53 46 22 0 10 3B 43 2C 2A 17
Octal 123 106 42 0 20 73 103 54 52 27
Binary 1010011 1000110 100010 0 10000 111011 1000011 101100 101010 10111

Color Harmonies of #534622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534622

Black with #534622

Text Example


Text Example

White with #534622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534622; }

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

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

background-color css

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

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

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

border-color css

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

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

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